#D6AFFA

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

Shades of Mauve #D6AFFA

Tints of Mauve #D6AFFA

Color information

#D6AFFA (or 0xD6AFFA) is unknown color: approx Mauve. HEX triplet: D6, AF and FA. RGB value is (214,175,250). Sum of RGB (Red+Green+Blue) = 214+175+250=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFFA is #295005. Grayscale: #C2C2C2. Windows color (decimal): -2707462 or 16429014. OLE color: 16429014.

HSL color Cylindrical-coordinate representation of color #D6AFFA: hue angle of 271.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AFFA is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214175250-
CMYK0.140.300.02
HSL271.2º88.24%83.33%-
HSV(B)271.2º30%98.04%-
XYZ60.3251.8697.27-
YUV195.21158.92141.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=33.49%
G=27.39%
B=39.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141752500.140.300.02271.288.2483.33
HexD6AFFAE1E0210f5853
Octal326257372163602417130123
Binary11010110101011111111101011101111001010000111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFFA; }

 p { color: rgb(214,175,250); }

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

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

 a { background-color: rgb(214,175,250); }

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

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

 span { border-color: rgb(214,175,250); }

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