#D4AFEA

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

Shades of Wisteria #D4AFEA

Tints of Wisteria #D4AFEA

Color information

#D4AFEA (or 0xD4AFEA) is unknown color: approx Wisteria. HEX triplet: D4, AF and EA. RGB value is (212,175,234). Sum of RGB (Red+Green+Blue) = 212+175+234=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFEA is #2B5015. Grayscale: #C0C0C0. Windows color (decimal): -2838550 or 15380436. OLE color: 15380436.

HSL color Cylindrical-coordinate representation of color #D4AFEA: hue angle of 277.63º 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 #D4AFEA is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212175234-
CMYK0.090.2500.08
HSL277.63º58.42%80.2%-
HSV(B)277.63º25.21%91.76%-
XYZ57.3350.684.59-
YUV192.79151.26141.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=34.14%
G=28.18%
B=37.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121752340.090.2500.08277.6358.4280.2
HexD4AFEA919081163a50
Octal324257352113101042672120
Binary110101001010111111101010100111001010001000101101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFEA; }

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

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

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

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

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

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

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

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