#D49AFB

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

Shades of Mauve #D49AFB

Tints of Mauve #D49AFB

Color information

#D49AFB (or 0xD49AFB) is unknown color: approx Mauve. HEX triplet: D4, 9A and FB. RGB value is (212,154,251). Sum of RGB (Red+Green+Blue) = 212+154+251=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D49AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AFB is #2B6504. Grayscale: #B6B6B6. Windows color (decimal): -2843909 or 16489172. OLE color: 16489172.

HSL color Cylindrical-coordinate representation of color #D49AFB: hue angle of 275.88º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D49AFB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212154251-
CMYK0.160.3900.02
HSL275.88º92.38%79.41%-
HSV(B)275.88º38.65%98.43%-
XYZ56.1244.0796.82-
YUV182.4166.72149.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=34.36%
G=24.96%
B=40.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121542510.160.3900.02275.8892.3879.41
HexD49AFB1027021145c4f
Octal324232373204702424134117
Binary1101010010011010111110111000010011101010001010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AFB; }

 p { color: rgb(212,154,251); }

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

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

 a { background-color: rgb(212,154,251); }

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

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

 span { border-color: rgb(212,154,251); }

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