#D2A3EA

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

Shades of Wisteria #D2A3EA

Tints of Wisteria #D2A3EA

Color information

#D2A3EA (or 0xD2A3EA) is unknown color: approx Wisteria. HEX triplet: D2, A3 and EA. RGB value is (210,163,234). Sum of RGB (Red+Green+Blue) = 210+163+234=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3EA is #2D5C15. Grayscale: #B8B8B8. Windows color (decimal): -2972694 or 15377362. OLE color: 15377362.

HSL color Cylindrical-coordinate representation of color #D2A3EA: hue angle of 279.72º degrees, saturation: 0.63, 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 #D2A3EA is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210163234-
CMYK0.100.3000.08
HSL279.72º62.83%77.84%-
HSV(B)279.72º30.34%91.76%-
XYZ54.5345.8483.82-
YUV185.15155.57145.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=34.60%
G=26.85%
B=38.55%

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
Decimal2101632340.100.3000.08279.7262.8377.84
HexD2A3EAA1E081183f4e
Octal322243352123601043077116
Binary110100101010001111101010101011110010001000110001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3EA; }

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

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

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

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

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

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

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

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