#D5AFF1

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

Shades of Mauve #D5AFF1

Tints of Mauve #D5AFF1

Color information

#D5AFF1 (or 0xD5AFF1) is unknown color: approx Mauve. HEX triplet: D5, AF and F1. RGB value is (213,175,241). Sum of RGB (Red+Green+Blue) = 213+175+241=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFF1 is #2A500E. Grayscale: #C1C1C1. Windows color (decimal): -2773007 or 15839189. OLE color: 15839189.

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

Color convert

RGB213175241-
CMYK0.120.2700.05
HSL274.55º70.21%81.57%-
HSV(B)274.55º27.39%94.51%-
XYZ58.6551.1690-
YUV193.89154.59141.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=33.86%
G=27.82%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131752410.120.2700.05274.5570.2181.57
HexD5AFF1C1B051134652
Octal325257361143305423106122
Binary110101011010111111110001110011011010110001001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFF1; }

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

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

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

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

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

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

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

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