#D2A4EA

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

Shades of Wisteria #D2A4EA

Tints of Wisteria #D2A4EA

Color information

#D2A4EA (or 0xD2A4EA) is unknown color: approx Wisteria. HEX triplet: D2, A4 and EA. RGB value is (210,164,234). Sum of RGB (Red+Green+Blue) = 210+164+234=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A4EA is #2D5B15. Grayscale: #B9B9B9. Windows color (decimal): -2972438 or 15377618. OLE color: 15377618.

HSL color Cylindrical-coordinate representation of color #D2A4EA: hue angle of 279.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A4EA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210164234-
CMYK0.100.3000.08
HSL279.43º62.5%78.04%-
HSV(B)279.43º29.91%91.76%-
XYZ54.7146.1983.87-
YUV185.73155.24145.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=34.54%
G=26.97%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101642340.100.3000.08279.4362.578.04
HexD2A4EAA1E081173e4e
Octal322244352123601042776116
Binary110100101010010011101010101011110010001000101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A4EA; }

 p { color: rgb(210,164,234); }

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

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

 a { background-color: rgb(210,164,234); }

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

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

 span { border-color: rgb(210,164,234); }

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