#D29AEA

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

Shades of Wisteria #D29AEA

Tints of Wisteria #D29AEA

Color information

#D29AEA (or 0xD29AEA) is unknown color: approx Wisteria. HEX triplet: D2, 9A and EA. RGB value is (210,154,234). Sum of RGB (Red+Green+Blue) = 210+154+234=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #D29AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AEA is #2D6515. Grayscale: #B3B3B3. Windows color (decimal): -2974998 or 15375058. OLE color: 15375058.

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

Color convert

RGB210154234-
CMYK0.100.3400.08
HSL282º65.57%76.08%-
HSV(B)282º34.19%91.76%-
XYZ52.9942.7583.3-
YUV179.86158.55149.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=35.12%
G=25.75%
B=39.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101542340.100.3400.0828265.5776.08
HexD29AEAA220811a424c
Octal3222323521242010432102114
Binary11010010100110101110101010101000100100010001101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AEA; }

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

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

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

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

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

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

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

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