#a814af

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

Shades of Deep Magenta #A814AF

Tints of Deep Magenta #A814AF

Color information

#A814AF (or 0xA814AF) is unknown color: approx Deep Magenta. HEX triplet: A8, 14 and AF. RGB value is (168,20,175). Sum of RGB (Red+Green+Blue) = 168+20+175=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A814AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AF is #57EB50. Grayscale: #515151. Windows color (decimal): -5761873 or 11474088. OLE color: 11474088.

HSL color Cylindrical-coordinate representation of color #A814AF: hue angle of 297.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A814AF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16820175-
CMYK0.040.8900.31
HSL297.29º79.49%38.24%-
HSV(B)297.29º88.57%68.63%-
XYZ24.1411.9241.59-
YUV81.92180.53189.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 20 (8.20% from 255) = 5.51%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=46.28%
G=5.51%
B=48.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168201750.040.8900.31297.2979.4938.24
HexA814AF45901F1294f26
Octal25024257413103745111746
Binary10101000101001010111110010110010111111001010011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a814af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a814af; }

 p { color: rgb(168,20,175); }

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

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

 a { background-color: rgb(168,20,175); }

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

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

 span { border-color: rgb(168,20,175); }

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