#D4AFF0

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

Shades of Mauve #D4AFF0

Tints of Mauve #D4AFF0

Color information

#D4AFF0 (or 0xD4AFF0) is unknown color: approx Mauve. HEX triplet: D4, AF and F0. RGB value is (212,175,240). Sum of RGB (Red+Green+Blue) = 212+175+240=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFF0 is #2B500F. Grayscale: #C1C1C1. Windows color (decimal): -2838544 or 15773652. OLE color: 15773652.

HSL color Cylindrical-coordinate representation of color #D4AFF0: hue angle of 274.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4AFF0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212175240-
CMYK0.120.2700.06
HSL274.15º68.42%81.37%-
HSV(B)274.15º27.08%94.12%-
XYZ58.2150.9589.2-
YUV193.47154.26141.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=33.81%
G=27.91%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121752400.120.2700.06274.1568.4281.37
HexD4AFF0C1B061124451
Octal324257360143306422104121
Binary110101001010111111110000110011011011010001001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFF0; }

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

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

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

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

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

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

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

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