#D7AFFA

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

Shades of Mauve #D7AFFA

Tints of Mauve #D7AFFA

Color information

#D7AFFA (or 0xD7AFFA) is unknown color: approx Mauve. HEX triplet: D7, AF and FA. RGB value is (215,175,250). Sum of RGB (Red+Green+Blue) = 215+175+250=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFFA is #285005. Grayscale: #C3C3C3. Windows color (decimal): -2641926 or 16429015. OLE color: 16429015.

HSL color Cylindrical-coordinate representation of color #D7AFFA: hue angle of 272º 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 #D7AFFA is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215175250-
CMYK0.140.300.02
HSL272º88.24%83.33%-
HSV(B)272º30%98.04%-
XYZ60.6152.0197.29-
YUV195.51158.75141.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=33.59%
G=27.34%
B=39.06%

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
Decimal2151752500.140.300.0227288.2483.33
HexD7AFFAE1E021105853
Octal327257372163602420130123
Binary11010111101011111111101011101111001010001000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFFA; }

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

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

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

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

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

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

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

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