#d5a0f3

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

Shades of Mauve #D5A0F3

Tints of Mauve #D5A0F3

Color information

#D5A0F3 (or 0xD5A0F3) is unknown color: approx Mauve. HEX triplet: D5, A0 and F3. RGB value is (213,160,243). Sum of RGB (Red+Green+Blue) = 213+160+243=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5A0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0F3 is #2A5F0C. Grayscale: #B9B9B9. Windows color (decimal): -2776845 or 15966421. OLE color: 15966421.

HSL color Cylindrical-coordinate representation of color #D5A0F3: hue angle of 278.31º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A0F3 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213160243-
CMYK0.120.3400.05
HSL278.31º77.57%79.02%-
HSV(B)278.31º34.16%95.29%-
XYZ56.1945.7690.66-
YUV185.31160.56147.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 160 (62.89% from 255) = 25.97%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=34.58%
G=25.97%
B=39.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131602430.120.3400.05278.3177.5779.02
HexD5A0F3C22051164e4f
Octal325240363144205426116117
Binary1101010110100000111100111100100010010110001011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5a0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5a0f3; }

 p { color: rgb(213,160,243); }

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

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

 a { background-color: rgb(213,160,243); }

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

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

 span { border-color: rgb(213,160,243); }

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