#D0A0EB

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

Shades of Wisteria #D0A0EB

Tints of Wisteria #D0A0EB

Color information

#D0A0EB (or 0xD0A0EB) is unknown color: approx Wisteria. HEX triplet: D0, A0 and EB. RGB value is (208,160,235). Sum of RGB (Red+Green+Blue) = 208+160+235=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A0EB is #2F5F14. Grayscale: #B6B6B6. Windows color (decimal): -3104533 or 15442128. OLE color: 15442128.

HSL color Cylindrical-coordinate representation of color #D0A0EB: hue angle of 278.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A0EB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208160235-
CMYK0.110.3200.08
HSL278.4º65.22%77.45%-
HSV(B)278.4º31.91%92.16%-
XYZ53.5844.5584.37-
YUV182.9157.4145.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=34.49%
G=26.53%
B=38.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081602350.110.3200.08278.465.2277.45
HexD0A0EBB2008116414d
Octal3202403531340010426101115
Binary11010000101000001110101110111000000100010001011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A0EB; }

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

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

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

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

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

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

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

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