#D5AFF0

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

Shades of Mauve #D5AFF0

Tints of Mauve #D5AFF0

Color information

#D5AFF0 (or 0xD5AFF0) is unknown color: approx Mauve. HEX triplet: D5, AF and F0. RGB value is (213,175,240). Sum of RGB (Red+Green+Blue) = 213+175+240=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFF0 is #2A500F. Grayscale: #C1C1C1. Windows color (decimal): -2773008 or 15773653. OLE color: 15773653.

HSL color Cylindrical-coordinate representation of color #D5AFF0: hue angle of 275.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AFF0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213175240-
CMYK0.110.2700.06
HSL275.08º68.42%81.37%-
HSV(B)275.08º27.08%94.12%-
XYZ58.551.189.22-
YUV193.77154.09141.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=33.92%
G=27.87%
B=38.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131752400.110.2700.06275.0868.4281.37
HexD5AFF0B1B061134451
Octal325257360133306423104121
Binary110101011010111111110000101111011011010001001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFF0; }

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

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

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

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

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

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

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

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