#ad2db2

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

Shades of Dark Orchid #AD2DB2

Tints of Dark Orchid #AD2DB2

Color information

#AD2DB2 (or 0xAD2DB2) is unknown color: approx Dark Orchid. HEX triplet: AD, 2D and B2. RGB value is (173,45,178). Sum of RGB (Red+Green+Blue) = 173+45+178=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD2DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2DB2 is #52D24D. Grayscale: #626262. Windows color (decimal): -5427790 or 11677101. OLE color: 11677101.

HSL color Cylindrical-coordinate representation of color #AD2DB2: hue angle of 297.74º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2DB2 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17345178-
CMYK0.030.7500.30
HSL297.74º59.64%43.73%-
HSV(B)297.74º74.72%69.8%-
XYZ26.2113.9843.44-
YUV98.43172.91181.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=43.69%
G=11.36%
B=44.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173451780.030.7500.30297.7459.6443.73
HexAD2DB234B01E12a3c2c
Octal2555526231130364527454
Binary1010110110110110110010111001011011110100101010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2db2; }

 p { color: rgb(173,45,178); }

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

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

 a { background-color: rgb(173,45,178); }

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

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

 span { border-color: rgb(173,45,178); }

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