#D4A8FF

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

Shades of Mauve #D4A8FF

Tints of Mauve #D4A8FF

Color information

#D4A8FF (or 0xD4A8FF) is unknown color: approx Mauve. HEX triplet: D4, A8 and FF. RGB value is (212,168,255). Sum of RGB (Red+Green+Blue) = 212+168+255=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FF is #2B5700. Grayscale: #BEBEBE. Windows color (decimal): -2840321 or 16754900. OLE color: 16754900.

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

Color convert

RGB212168255-
CMYK0.170.3400
HSL270.34º100%82.94%-
HSV(B)270.34º34.12%100%-
XYZ59.249.22100.99-
YUV191.07164.08142.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 168 (66.02% from 255) = 26.46%
BLUE value IS 255 (100% from 255) = 40.16%
R=33.39%
G=26.46%
B=40.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121682550.170.3400270.3410082.94
HexD4A8FF11220010e6453
Octal324250377214200416144123
Binary110101001010100011111111100011000100010000111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8FF; }

 p { color: rgb(212,168,255); }

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

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

 a { background-color: rgb(212,168,255); }

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

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

 span { border-color: rgb(212,168,255); }

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