#D4AFFF

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

Shades of Mauve #D4AFFF

Tints of Mauve #D4AFFF

Color information

#D4AFFF (or 0xD4AFFF) is unknown color: approx Mauve. HEX triplet: D4, AF and FF. RGB value is (212,175,255). Sum of RGB (Red+Green+Blue) = 212+175+255=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFF is #2B5000. Grayscale: #C2C2C2. Windows color (decimal): -2838529 or 16756692. OLE color: 16756692.

HSL color Cylindrical-coordinate representation of color #D4AFFF: hue angle of 267.75º 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 #D4AFFF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212175255-
CMYK0.170.3100
HSL267.75º100%84.31%-
HSV(B)267.75º31.37%100%-
XYZ60.5351.88101.43-
YUV195.18161.76140-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 255 (100% from 255) = 39.72%
R=33.02%
G=27.26%
B=39.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121752550.170.3100267.7510084.31
HexD4AFFF111F0010c6454
Octal324257377213700414144124
Binary11010100101011111111111110001111110010000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFFF; }

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

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

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

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

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

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

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

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