#D2AFEA

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

Shades of Wisteria #D2AFEA

Tints of Wisteria #D2AFEA

Color information

#D2AFEA (or 0xD2AFEA) is unknown color: approx Wisteria. HEX triplet: D2, AF and EA. RGB value is (210,175,234). Sum of RGB (Red+Green+Blue) = 210+175+234=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFEA is #2D5015. Grayscale: #BFBFBF. Windows color (decimal): -2969622 or 15380434. OLE color: 15380434.

HSL color Cylindrical-coordinate representation of color #D2AFEA: hue angle of 275.59º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2AFEA is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210175234-
CMYK0.100.2500.08
HSL275.59º58.42%80.2%-
HSV(B)275.59º25.21%91.76%-
XYZ56.7650.384.56-
YUV192.19151.6140.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=33.93%
G=28.27%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101752340.100.2500.08275.5958.4280.2
HexD2AFEAA19081143a50
Octal322257352123101042472120
Binary110100101010111111101010101011001010001000101001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFEA; }

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

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

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

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

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

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

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

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