#D7AFFF

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

Shades of Mauve #D7AFFF

Tints of Mauve #D7AFFF

Color information

#D7AFFF (or 0xD7AFFF) is unknown color: approx Mauve. HEX triplet: D7, AF and FF. RGB value is (215,175,255). Sum of RGB (Red+Green+Blue) = 215+175+255=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFFF is #285000. Grayscale: #C3C3C3. Windows color (decimal): -2641921 or 16756695. OLE color: 16756695.

HSL color Cylindrical-coordinate representation of color #D7AFFF: hue angle of 270º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7AFFF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215175255-
CMYK0.160.3100
HSL270º100%84.31%-
HSV(B)270º31.37%100%-
XYZ61.452.33101.47-
YUV196.08161.25141.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 255 (100% from 255) = 39.53%
R=33.33%
G=27.13%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151752550.160.310027010084.31
HexD7AFFF101F0010e6454
Octal327257377203700416144124
Binary11010111101011111111111110000111110010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFFF; }

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

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

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

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

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

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

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

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