#D0A0DA

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

Shades of Wisteria #D0A0DA

Tints of Wisteria #D0A0DA

Color information

#D0A0DA (or 0xD0A0DA) is unknown color: approx Wisteria. HEX triplet: D0, A0 and DA. RGB value is (208,160,218). Sum of RGB (Red+Green+Blue) = 208+160+218=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0A0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0DA is #2F5F25. Grayscale: #B4B4B4. Windows color (decimal): -3104550 or 14328016. OLE color: 14328016.

HSL color Cylindrical-coordinate representation of color #D0A0DA: hue angle of 289.66º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A0DA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208160218-
CMYK0.050.2700.15
HSL289.66º43.94%74.12%-
HSV(B)289.66º26.61%85.49%-
XYZ51.2443.6172.05-
YUV180.96148.9147.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=35.49%
G=27.30%
B=37.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081602180.050.2700.15289.6643.9474.12
HexD0A0DA51B0F1222c4a
Octal32024033253301744254112
Binary11010000101000001101101010111011011111001000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A0DA; }

 p { color: rgb(208,160,218); }

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

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

 a { background-color: rgb(208,160,218); }

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

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

 span { border-color: rgb(208,160,218); }

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