#D5AFFF

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

Shades of Mauve #D5AFFF

Tints of Mauve #D5AFFF

Color information

#D5AFFF (or 0xD5AFFF) is unknown color: approx Mauve. HEX triplet: D5, AF and FF. RGB value is (213,175,255). Sum of RGB (Red+Green+Blue) = 213+175+255=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFFF is #2A5000. Grayscale: #C3C3C3. Windows color (decimal): -2772993 or 16756693. OLE color: 16756693.

HSL color Cylindrical-coordinate representation of color #D5AFFF: hue angle of 268.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5AFFF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213175255-
CMYK0.160.3100
HSL268.5º100%84.31%-
HSV(B)268.5º31.37%100%-
XYZ60.8252.03101.44-
YUV195.48161.59140.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 255 (100% from 255) = 39.66%
R=33.13%
G=27.22%
B=39.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131752550.160.3100268.510084.31
HexD5AFFF101F0010c6454
Octal325257377203700414144124
Binary11010101101011111111111110000111110010000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFFF; }

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

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

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

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

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

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

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

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