#AD1BBF

Color #AD1BBF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AD1BBF

Tints of Dark Orchid #AD1BBF

Color information

#AD1BBF (or 0xAD1BBF) is unknown color: approx Dark Orchid. HEX triplet: AD, 1B and BF. RGB value is (173,27,191). Sum of RGB (Red+Green+Blue) = 173+27+191=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD1BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BBF is #52E440. Grayscale: #585858. Windows color (decimal): -5432385 or 12524461. OLE color: 12524461.

HSL color Cylindrical-coordinate representation of color #AD1BBF: hue angle of 293.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1BBF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17327191-
CMYK0.090.8600.25
HSL293.41º75.23%42.75%-
HSV(B)293.41º85.86%74.9%-
XYZ27.0313.4350.46-
YUV89.35185.37187.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 27 (10.94% from 255) = 6.91%
BLUE value IS 191 (75% from 255) = 48.85%
R=44.25%
G=6.91%
B=48.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173271910.090.8600.25293.4175.2342.75
HexAD1BBF9560191254b2b
Octal255332771112603144511353
Binary101011011101110111111100110101100110011001001011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1BBF; }

 p { color: rgb(173,27,191); }

 H1.HeaderClassName
 {
   color: #AD1BBF;
 }
 .AnyTagClassName
 {
   color: #AD1BBF;
 }
</style>
background-color css

<style>
 a { background-color: #AD1BBF; }

 a { background-color: rgb(173,27,191); }

 div.DivClassName
 {
   background-color: #AD1BBF;
 }
 .BgClassName
 {
   background-color: #AD1BBF;
 }
</style>
border-color css

<style>
 span { border-color: #AD1BBF; }

 span { border-color: rgb(173,27,191); }

 td.TdClassName
 {
   border-color: #AD1BBF;
 }
 .TagClassName
 {
   border-color: #AD1BBF;
 }
</style>