#D0A1FB

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

Shades of Mauve #D0A1FB

Tints of Mauve #D0A1FB

Color information

#D0A1FB (or 0xD0A1FB) is unknown color: approx Mauve. HEX triplet: D0, A1 and FB. RGB value is (208,161,251). Sum of RGB (Red+Green+Blue) = 208+161+251=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1FB is #2F5E04. Grayscale: #B9B9B9. Windows color (decimal): -3104261 or 16490960. OLE color: 16490960.

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

Color convert

RGB208161251-
CMYK0.170.3600.02
HSL271.33º91.84%80.78%-
HSV(B)271.33º35.86%98.43%-
XYZ56.1745.8697.16-
YUV185.31165.07144.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=33.55%
G=25.97%
B=40.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081612510.170.3600.02271.3391.8480.78
HexD0A1FB11240210f5c51
Octal320241373214402417134121
Binary1101000010100001111110111000110010001010000111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1FB; }

 p { color: rgb(208,161,251); }

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

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

 a { background-color: rgb(208,161,251); }

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

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

 span { border-color: rgb(208,161,251); }

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