#D5A8FF

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

Shades of Mauve #D5A8FF

Tints of Mauve #D5A8FF

Color information

#D5A8FF (or 0xD5A8FF) is unknown color: approx Mauve. HEX triplet: D5, A8 and FF. RGB value is (213,168,255). Sum of RGB (Red+Green+Blue) = 213+168+255=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8FF is #2A5700. Grayscale: #BFBFBF. Windows color (decimal): -2774785 or 16754901. OLE color: 16754901.

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

Color convert

RGB213168255-
CMYK0.160.3400
HSL271.03º100%82.94%-
HSV(B)271.03º34.12%100%-
XYZ59.4949.37101-
YUV191.37163.91143.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 168 (66.02% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 40.09%
R=33.49%
G=26.42%
B=40.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131682550.160.3400271.0310082.94
HexD5A8FF10220010f6453
Octal325250377204200417144123
Binary110101011010100011111111100001000100010000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A8FF; }

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

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

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

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

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

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

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

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