#D7AFF5

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

Shades of Mauve #D7AFF5

Tints of Mauve #D7AFF5

Color information

#D7AFF5 (or 0xD7AFF5) is unknown color: approx Mauve. HEX triplet: D7, AF and F5. RGB value is (215,175,245). Sum of RGB (Red+Green+Blue) = 215+175+245=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFF5 is #28500A. Grayscale: #C2C2C2. Windows color (decimal): -2641931 or 16101335. OLE color: 16101335.

HSL color Cylindrical-coordinate representation of color #D7AFF5: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7AFF5 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215175245-
CMYK0.120.2900.04
HSL274.29º77.78%82.35%-
HSV(B)274.29º28.57%96.08%-
XYZ59.8451.793.21-
YUV194.94156.25142.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=33.86%
G=27.56%
B=38.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151752450.120.2900.04274.2977.7882.35
HexD7AFF5C1D041124e52
Octal327257365143504422116122
Binary110101111010111111110101110011101010010001001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFF5; }

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

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

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

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

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

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

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

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