#D0A1E8

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

Shades of Wisteria #D0A1E8

Tints of Wisteria #D0A1E8

Color information

#D0A1E8 (or 0xD0A1E8) is unknown color: approx Wisteria. HEX triplet: D0, A1 and E8. RGB value is (208,161,232). Sum of RGB (Red+Green+Blue) = 208+161+232=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0A1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1E8 is #2F5E17. Grayscale: #B6B6B6. Windows color (decimal): -3104280 or 15245776. OLE color: 15245776.

HSL color Cylindrical-coordinate representation of color #D0A1E8: hue angle of 279.72º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A1E8 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208161232-
CMYK0.100.3100.09
HSL279.72º60.68%77.06%-
HSV(B)279.72º30.6%90.98%-
XYZ53.3244.7382.17-
YUV183.15155.57145.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=34.61%
G=26.79%
B=38.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081612320.100.3100.09279.7260.6877.06
HexD0A1E8A1F091183d4d
Octal320241350123701143075115
Binary110100001010000111101000101011111010011000110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1E8; }

 p { color: rgb(208,161,232); }

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

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

 a { background-color: rgb(208,161,232); }

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

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

 span { border-color: rgb(208,161,232); }

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