#D5ACFA

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

Shades of Mauve #D5ACFA

Tints of Mauve #D5ACFA

Color information

#D5ACFA (or 0xD5ACFA) is unknown color: approx Mauve. HEX triplet: D5, AC and FA. RGB value is (213,172,250). Sum of RGB (Red+Green+Blue) = 213+172+250=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACFA is #2A5305. Grayscale: #C0C0C0. Windows color (decimal): -2773766 or 16428245. OLE color: 16428245.

HSL color Cylindrical-coordinate representation of color #D5ACFA: hue angle of 271.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5ACFA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213172250-
CMYK0.150.3100.02
HSL271.54º88.64%82.75%-
HSV(B)271.54º31.2%98.04%-
XYZ59.4550.5597.07-
YUV193.15160.08142.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=33.54%
G=27.09%
B=39.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131722500.150.3100.02271.5488.6482.75
HexD5ACFAF1F021105953
Octal325254372173702420131123
Binary11010101101011001111101011111111101010001000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACFA; }

 p { color: rgb(213,172,250); }

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

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

 a { background-color: rgb(213,172,250); }

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

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

 span { border-color: rgb(213,172,250); }

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