#D0A4FF

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

Shades of Mauve #D0A4FF

Tints of Mauve #D0A4FF

Color information

#D0A4FF (or 0xD0A4FF) is unknown color: approx Mauve. HEX triplet: D0, A4 and FF. RGB value is (208,164,255). Sum of RGB (Red+Green+Blue) = 208+164+255=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A4FF is #2F5B00. Grayscale: #BBBBBB. Windows color (decimal): -3103489 or 16753872. OLE color: 16753872.

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

Color convert

RGB208164255-
CMYK0.180.3600
HSL269.01º100%82.16%-
HSV(B)269.01º35.69%100%-
XYZ57.3447.18100.69-
YUV187.53166.08142.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 164 (64.45% from 255) = 26.16%
BLUE value IS 255 (100% from 255) = 40.67%
R=33.17%
G=26.16%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081642550.180.3600269.0110082.16
HexD0A4FF12240010d6452
Octal320244377224400415144122
Binary110100001010010011111111100101001000010000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A4FF; }

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

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

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

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

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

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

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

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