#D5A5F1

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

Shades of Mauve #D5A5F1

Tints of Mauve #D5A5F1

Color information

#D5A5F1 (or 0xD5A5F1) is unknown color: approx Mauve. HEX triplet: D5, A5 and F1. RGB value is (213,165,241). Sum of RGB (Red+Green+Blue) = 213+165+241=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5A5F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5F1 is #2A5A0E. Grayscale: #BBBBBB. Windows color (decimal): -2775567 or 15836629. OLE color: 15836629.

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

Color convert

RGB213165241-
CMYK0.120.3200.05
HSL277.89º73.08%79.61%-
HSV(B)277.89º31.54%94.51%-
XYZ56.7747.4189.38-
YUV188.02157.9145.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 165 (64.84% from 255) = 26.66%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=34.41%
G=26.66%
B=38.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131652410.120.3200.05277.8973.0879.61
HexD5A5F1C20051164950
Octal325245361144005426111120
Binary1101010110100101111100011100100000010110001011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5F1; }

 p { color: rgb(213,165,241); }

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

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

 a { background-color: rgb(213,165,241); }

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

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

 span { border-color: rgb(213,165,241); }

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