#D5AFF3

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

Shades of Mauve #D5AFF3

Tints of Mauve #D5AFF3

Color information

#D5AFF3 (or 0xD5AFF3) is unknown color: approx Mauve. HEX triplet: D5, AF and F3. RGB value is (213,175,243). Sum of RGB (Red+Green+Blue) = 213+175+243=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFF3 is #2A500C. Grayscale: #C1C1C1. Windows color (decimal): -2773005 or 15970261. OLE color: 15970261.

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

Color convert

RGB213175243-
CMYK0.120.2800.05
HSL273.53º73.91%81.96%-
HSV(B)273.53º27.98%95.29%-
XYZ58.9551.2891.58-
YUV194.11155.59141.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=33.76%
G=27.73%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131752430.120.2800.05273.5373.9181.96
HexD5AFF3C1C051124a52
Octal325257363143405422112122
Binary110101011010111111110011110011100010110001001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFF3; }

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

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

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

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

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

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

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

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