#D0A7F9

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

Shades of Mauve #D0A7F9

Tints of Mauve #D0A7F9

Color information

#D0A7F9 (or 0xD0A7F9) is unknown color: approx Mauve. HEX triplet: D0, A7 and F9. RGB value is (208,167,249). Sum of RGB (Red+Green+Blue) = 208+167+249=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0A7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A7F9 is #2F5806. Grayscale: #BCBCBC. Windows color (decimal): -3102727 or 16361424. OLE color: 16361424.

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

Color convert

RGB208167249-
CMYK0.160.3300.02
HSL270º87.23%81.57%-
HSV(B)270º32.93%97.65%-
XYZ56.9347.8995.87-
YUV188.61162.08141.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 26.76%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=33.33%
G=26.76%
B=39.90%

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
Decimal2081672490.160.3300.0227087.2381.57
HexD0A7F910210210e5752
Octal320247371204102416127122
Binary1101000010100111111110011000010000101010000111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A7F9; }

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

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

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

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

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

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

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

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