#D4A5E5

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

Shades of Wisteria #D4A5E5

Tints of Wisteria #D4A5E5

Color information

#D4A5E5 (or 0xD4A5E5) is unknown color: approx Wisteria. HEX triplet: D4, A5 and E5. RGB value is (212,165,229). Sum of RGB (Red+Green+Blue) = 212+165+229=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4A5E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5E5 is #2B5A1A. Grayscale: #BABABA. Windows color (decimal): -2841115 or 15050196. OLE color: 15050196.

HSL color Cylindrical-coordinate representation of color #D4A5E5: hue angle of 284.06º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A5E5 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB212165229-
CMYK0.070.2800.10
HSL284.06º55.17%77.25%-
HSV(B)284.06º27.95%89.8%-
XYZ54.7546.5680.23-
YUV186.35152.07146.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=34.98%
G=27.23%
B=37.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121652290.070.2800.10284.0655.1777.25
HexD4A5E571C0A11c374d
Octal32424534573401243467115
Binary11010100101001011110010111111100010101000111001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A5E5; }

 p { color: rgb(212,165,229); }

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

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

 a { background-color: rgb(212,165,229); }

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

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

 span { border-color: rgb(212,165,229); }

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