#D0A6FF

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

Shades of Mauve #D0A6FF

Tints of Mauve #D0A6FF

Color information

#D0A6FF (or 0xD0A6FF) is unknown color: approx Mauve. HEX triplet: D0, A6 and FF. RGB value is (208,166,255). Sum of RGB (Red+Green+Blue) = 208+166+255=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6FF is #2F5900. Grayscale: #BCBCBC. Windows color (decimal): -3102977 or 16754384. OLE color: 16754384.

HSL color Cylindrical-coordinate representation of color #D0A6FF: hue angle of 268.31º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0A6FF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208166255-
CMYK0.180.3500
HSL268.31º100%82.55%-
HSV(B)268.31º34.9%100%-
XYZ57.747.9100.81-
YUV188.7165.41141.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 166 (65.23% from 255) = 26.39%
BLUE value IS 255 (100% from 255) = 40.54%
R=33.07%
G=26.39%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081662550.180.3500268.3110082.55
HexD0A6FF12230010c6453
Octal320246377224300414144123
Binary110100001010011011111111100101000110010000110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6FF; }

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

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

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

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

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

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

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

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