#D5A7FF

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

Shades of Mauve #D5A7FF

Tints of Mauve #D5A7FF

Color information

#D5A7FF (or 0xD5A7FF) is unknown color: approx Mauve. HEX triplet: D5, A7 and FF. RGB value is (213,167,255). Sum of RGB (Red+Green+Blue) = 213+167+255=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A7FF is #2A5800. Grayscale: #BEBEBE. Windows color (decimal): -2775041 or 16754645. OLE color: 16754645.

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

Color convert

RGB213167255-
CMYK0.160.3500
HSL271.36º100%82.75%-
HSV(B)271.36º34.51%100%-
XYZ59.3149100.94-
YUV190.79164.24143.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 167 (65.62% from 255) = 26.30%
BLUE value IS 255 (100% from 255) = 40.16%
R=33.54%
G=26.30%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131672550.160.3500271.3610082.75
HexD5A7FF10230010f6453
Octal325247377204300417144123
Binary110101011010011111111111100001000110010000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A7FF; }

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

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

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

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

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

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

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

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