#D4A2FF

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

Shades of Mauve #D4A2FF

Tints of Mauve #D4A2FF

Color information

#D4A2FF (or 0xD4A2FF) is unknown color: approx Mauve. HEX triplet: D4, A2 and FF. RGB value is (212,162,255). Sum of RGB (Red+Green+Blue) = 212+162+255=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A2FF is #2B5D00. Grayscale: #BBBBBB. Windows color (decimal): -2841857 or 16753364. OLE color: 16753364.

HSL color Cylindrical-coordinate representation of color #D4A2FF: hue angle of 272.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4A2FF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212162255-
CMYK0.170.3600
HSL272.26º100%81.76%-
HSV(B)272.26º36.47%100%-
XYZ58.1247.06100.63-
YUV187.55166.06145.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 162 (63.67% from 255) = 25.76%
BLUE value IS 255 (100% from 255) = 40.54%
R=33.70%
G=25.76%
B=40.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121622550.170.3600272.2610081.76
HexD4A2FF1124001106452
Octal324242377214400420144122
Binary110101001010001011111111100011001000010001000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2FF; }

 p { color: rgb(212,162,255); }

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

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

 a { background-color: rgb(212,162,255); }

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

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

 span { border-color: rgb(212,162,255); }

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