#D5AAEA

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

Shades of Wisteria #D5AAEA

Tints of Wisteria #D5AAEA

Color information

#D5AAEA (or 0xD5AAEA) is unknown color: approx Wisteria. HEX triplet: D5, AA and EA. RGB value is (213,170,234). Sum of RGB (Red+Green+Blue) = 213+170+234=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAEA is #2A5515. Grayscale: #BDBDBD. Windows color (decimal): -2774294 or 15379157. OLE color: 15379157.

HSL color Cylindrical-coordinate representation of color #D5AAEA: hue angle of 280.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AAEA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213170234-
CMYK0.090.2700.08
HSL280.31º60.38%79.22%-
HSV(B)280.31º27.35%91.76%-
XYZ56.6748.8484.28-
YUV190.15152.75144.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=34.52%
G=27.55%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131702340.090.2700.08280.3160.3879.22
HexD5AAEA91B081183c4f
Octal325252352113301043074117
Binary110101011010101011101010100111011010001000110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAEA; }

 p { color: rgb(213,170,234); }

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

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

 a { background-color: rgb(213,170,234); }

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

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

 span { border-color: rgb(213,170,234); }

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