#D4AFF5

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

Shades of Mauve #D4AFF5

Tints of Mauve #D4AFF5

Color information

#D4AFF5 (or 0xD4AFF5) is unknown color: approx Mauve. HEX triplet: D4, AF and F5. RGB value is (212,175,245). Sum of RGB (Red+Green+Blue) = 212+175+245=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFF5 is #2B500A. Grayscale: #C1C1C1. Windows color (decimal): -2838539 or 16101332. OLE color: 16101332.

HSL color Cylindrical-coordinate representation of color #D4AFF5: hue angle of 271.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4AFF5 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212175245-
CMYK0.130.2900.04
HSL271.71º77.78%82.35%-
HSV(B)271.71º28.57%96.08%-
XYZ58.9651.2593.17-
YUV194.04156.76140.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 245 (96.09% from 255) = 38.77%
R=33.54%
G=27.69%
B=38.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121752450.130.2900.04271.7177.7882.35
HexD4AFF5D1D041104e52
Octal324257365153504420116122
Binary110101001010111111110101110111101010010001000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFF5; }

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

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

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

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

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

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

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

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