#D8A2FF

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

Shades of Mauve #D8A2FF

Tints of Mauve #D8A2FF

Color information

#D8A2FF (or 0xD8A2FF) is unknown color: approx Mauve. HEX triplet: D8, A2 and FF. RGB value is (216,162,255). Sum of RGB (Red+Green+Blue) = 216+162+255=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A2FF is #275D00. Grayscale: #BCBCBC. Windows color (decimal): -2579713 or 16753368. OLE color: 16753368.

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

Color convert

RGB216162255-
CMYK0.150.3600
HSL274.84º100%81.76%-
HSV(B)274.84º36.47%100%-
XYZ59.2947.66100.68-
YUV188.75165.39147.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 162 (63.67% from 255) = 25.59%
BLUE value IS 255 (100% from 255) = 40.28%
R=34.12%
G=25.59%
B=40.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161622550.150.3600274.8410081.76
HexD8A2FFF24001136452
Octal330242377174400423144122
Binary11011000101000101111111111111001000010001001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2FF; }

 p { color: rgb(216,162,255); }

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

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

 a { background-color: rgb(216,162,255); }

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

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

 span { border-color: rgb(216,162,255); }

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