#D5AAFA

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

Shades of Mauve #D5AAFA

Tints of Mauve #D5AAFA

Color information

#D5AAFA (or 0xD5AAFA) is unknown color: approx Mauve. HEX triplet: D5, AA and FA. RGB value is (213,170,250). Sum of RGB (Red+Green+Blue) = 213+170+250=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAFA is #2A5505. Grayscale: #BFBFBF. Windows color (decimal): -2774278 or 16427733. OLE color: 16427733.

HSL color Cylindrical-coordinate representation of color #D5AAFA: hue angle of 272.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5AAFA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213170250-
CMYK0.150.3200.02
HSL272.25º88.89%82.35%-
HSV(B)272.25º32%98.04%-
XYZ59.0749.896.94-
YUV191.98160.75143-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.65%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=33.65%
G=26.86%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131702500.150.3200.02272.2588.8982.35
HexD5AAFAF20021105952
Octal325252372174002420131122
Binary110101011010101011111010111110000001010001000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAFA; }

 p { color: rgb(213,170,250); }

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

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

 a { background-color: rgb(213,170,250); }

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

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

 span { border-color: rgb(213,170,250); }

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