#D6A4FF

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

Shades of Mauve #D6A4FF

Tints of Mauve #D6A4FF

Color information

#D6A4FF (or 0xD6A4FF) is unknown color: approx Mauve. HEX triplet: D6, A4 and FF. RGB value is (214,164,255). Sum of RGB (Red+Green+Blue) = 214+164+255=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A4FF is #295B00. Grayscale: #BDBDBD. Windows color (decimal): -2710273 or 16753878. OLE color: 16753878.

HSL color Cylindrical-coordinate representation of color #D6A4FF: hue angle of 272.97º 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 #D6A4FF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214164255-
CMYK0.160.3600
HSL272.97º100%82.16%-
HSV(B)272.97º35.69%100%-
XYZ59.0648.07100.77-
YUV189.32165.06145.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 164 (64.45% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 40.28%
R=33.81%
G=25.91%
B=40.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141642550.160.3600272.9710082.16
HexD6A4FF1024001116452
Octal326244377204400421144122
Binary110101101010010011111111100001001000010001000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A4FF; }

 p { color: rgb(214,164,255); }

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

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

 a { background-color: rgb(214,164,255); }

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

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

 span { border-color: rgb(214,164,255); }

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