#D0A4DD

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

Shades of Wisteria #D0A4DD

Tints of Wisteria #D0A4DD

Color information

#D0A4DD (or 0xD0A4DD) is unknown color: approx Wisteria. HEX triplet: D0, A4 and DD. RGB value is (208,164,221). Sum of RGB (Red+Green+Blue) = 208+164+221=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4DD is #2F5B22. Grayscale: #B7B7B7. Windows color (decimal): -3103523 or 14525648. OLE color: 14525648.

HSL color Cylindrical-coordinate representation of color #D0A4DD: hue angle of 286.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0A4DD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208164221-
CMYK0.060.2600.13
HSL286.32º45.6%75.49%-
HSV(B)286.32º25.79%86.67%-
XYZ52.3445.1874.37-
YUV183.65149.08145.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=35.08%
G=27.66%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081642210.060.2600.13286.3245.675.49
HexD0A4DD61A0D11e2e4b
Octal32024433563201543656113
Binary11010000101001001101110111011010011011000111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4DD; }

 p { color: rgb(208,164,221); }

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

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

 a { background-color: rgb(208,164,221); }

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

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

 span { border-color: rgb(208,164,221); }

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