#D0A1EB

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

Shades of Wisteria #D0A1EB

Tints of Wisteria #D0A1EB

Color information

#D0A1EB (or 0xD0A1EB) is unknown color: approx Wisteria. HEX triplet: D0, A1 and EB. RGB value is (208,161,235). Sum of RGB (Red+Green+Blue) = 208+161+235=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1EB is #2F5E14. Grayscale: #B7B7B7. Windows color (decimal): -3104277 or 15442384. OLE color: 15442384.

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

Color convert

RGB208161235-
CMYK0.110.3100.08
HSL278.11º64.91%77.65%-
HSV(B)278.11º31.49%92.16%-
XYZ53.7544.984.43-
YUV183.49157.07145.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=34.44%
G=26.66%
B=38.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081612350.110.3100.08278.1164.9177.65
HexD0A1EBB1F08116414e
Octal3202413531337010426101116
Binary1101000010100001111010111011111110100010001011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1EB; }

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

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

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

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

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

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

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

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