#D0A6DB

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

Shades of Wisteria #D0A6DB

Tints of Wisteria #D0A6DB

Color information

#D0A6DB (or 0xD0A6DB) is unknown color: approx Wisteria. HEX triplet: D0, A6 and DB. RGB value is (208,166,219). Sum of RGB (Red+Green+Blue) = 208+166+219=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6DB is #2F5924. Grayscale: #B8B8B8. Windows color (decimal): -3103013 or 14395088. OLE color: 14395088.

HSL color Cylindrical-coordinate representation of color #D0A6DB: hue angle of 287.55º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A6DB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208166219-
CMYK0.050.2400.14
HSL287.55º42.4%75.49%-
HSV(B)287.55º24.2%85.88%-
XYZ52.4345.873.09-
YUV184.6147.41144.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=35.08%
G=27.99%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081662190.050.2400.14287.5542.475.49
HexD0A6DB5180E1202a4b
Octal32024633353001644052113
Binary11010000101001101101101110111000011101001000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6DB; }

 p { color: rgb(208,166,219); }

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

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

 a { background-color: rgb(208,166,219); }

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

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

 span { border-color: rgb(208,166,219); }

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