#D0A6F9

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

Shades of Mauve #D0A6F9

Tints of Mauve #D0A6F9

Color information

#D0A6F9 (or 0xD0A6F9) is unknown color: approx Mauve. HEX triplet: D0, A6 and F9. RGB value is (208,166,249). Sum of RGB (Red+Green+Blue) = 208+166+249=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6F9 is #2F5906. Grayscale: #BBBBBB. Windows color (decimal): -3102983 or 16361168. OLE color: 16361168.

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

Color convert

RGB208166249-
CMYK0.160.3300.02
HSL270.36º87.37%81.37%-
HSV(B)270.36º33.33%97.65%-
XYZ56.7547.5295.8-
YUV188.02162.41142.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 166 (65.23% from 255) = 26.65%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=33.39%
G=26.65%
B=39.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081662490.160.3300.02270.3687.3781.37
HexD0A6F910210210e5751
Octal320246371204102416127121
Binary1101000010100110111110011000010000101010000111010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6F9; }

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

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

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

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

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

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

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

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