#D19AFB

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

Shades of Mauve #D19AFB

Tints of Mauve #D19AFB

Color information

#D19AFB (or 0xD19AFB) is unknown color: approx Mauve. HEX triplet: D1, 9A and FB. RGB value is (209,154,251). Sum of RGB (Red+Green+Blue) = 209+154+251=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #D19AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AFB is #2E6504. Grayscale: #B5B5B5. Windows color (decimal): -3040517 or 16489169. OLE color: 16489169.

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

Color convert

RGB209154251-
CMYK0.170.3900.02
HSL274.02º92.38%79.41%-
HSV(B)274.02º38.65%98.43%-
XYZ55.2643.6396.78-
YUV181.5167.22147.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=34.04%
G=25.08%
B=40.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091542510.170.3900.02274.0292.3879.41
HexD19AFB1127021125c4f
Octal321232373214702422134117
Binary1101000110011010111110111000110011101010001001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AFB; }

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

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

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

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

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

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

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

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