#D0A5F6

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

Shades of Mauve #D0A5F6

Tints of Mauve #D0A5F6

Color information

#D0A5F6 (or 0xD0A5F6) is unknown color: approx Mauve. HEX triplet: D0, A5 and F6. RGB value is (208,165,246). Sum of RGB (Red+Green+Blue) = 208+165+246=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0A5F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A5F6 is #2F5A09. Grayscale: #BABABA. Windows color (decimal): -3103242 or 16164304. OLE color: 16164304.

HSL color Cylindrical-coordinate representation of color #D0A5F6: hue angle of 271.85º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A5F6 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208165246-
CMYK0.150.3300.04
HSL271.85º81.82%80.59%-
HSV(B)271.85º32.93%96.47%-
XYZ56.146.9793.3-
YUV187.09161.25142.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 165 (64.84% from 255) = 26.66%
BLUE value IS 246 (96.48% from 255) = 39.74%
R=33.60%
G=26.66%
B=39.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081652460.150.3300.04271.8581.8280.59
HexD0A5F6F21041105251
Octal320245366174104420122121
Binary1101000010100101111101101111100001010010001000010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A5F6; }

 p { color: rgb(208,165,246); }

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

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

 a { background-color: rgb(208,165,246); }

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

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

 span { border-color: rgb(208,165,246); }

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