#D7AFF7

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

Shades of Mauve #D7AFF7

Tints of Mauve #D7AFF7

Color information

#D7AFF7 (or 0xD7AFF7) is unknown color: approx Mauve. HEX triplet: D7, AF and F7. RGB value is (215,175,247). Sum of RGB (Red+Green+Blue) = 215+175+247=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFF7 is #285008. Grayscale: #C2C2C2. Windows color (decimal): -2641929 or 16232407. OLE color: 16232407.

HSL color Cylindrical-coordinate representation of color #D7AFF7: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7AFF7 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215175247-
CMYK0.130.2900.03
HSL273.33º81.82%82.75%-
HSV(B)273.33º29.15%96.86%-
XYZ60.1451.8294.83-
YUV195.17157.25142.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=33.75%
G=27.47%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2151752470.130.2900.03273.3381.8282.75
HexD7AFF7D1D031115253
Octal327257367153503421122123
Binary11010111101011111111011111011110101110001000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFF7; }

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

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

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

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

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

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

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

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