#D0A1F9

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

Shades of Mauve #D0A1F9

Tints of Mauve #D0A1F9

Color information

#D0A1F9 (or 0xD0A1F9) is unknown color: approx Mauve. HEX triplet: D0, A1 and F9. RGB value is (208,161,249). Sum of RGB (Red+Green+Blue) = 208+161+249=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1F9 is #2F5E06. Grayscale: #B8B8B8. Windows color (decimal): -3104263 or 16359888. OLE color: 16359888.

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

Color convert

RGB208161249-
CMYK0.160.3500.02
HSL272.05º88%80.39%-
HSV(B)272.05º35.34%97.65%-
XYZ55.8645.7495.51-
YUV185.08164.07144.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=33.66%
G=26.05%
B=40.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081612490.160.3500.02272.058880.39
HexD0A1F91023021105850
Octal320241371204302420130120
Binary1101000010100001111110011000010001101010001000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1F9; }

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

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

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

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

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

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

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

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