#AF14A8

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

Shades of Deep Magenta #AF14A8

Tints of Deep Magenta #AF14A8

Color information

#AF14A8 (or 0xAF14A8) is unknown color: approx Deep Magenta. HEX triplet: AF, 14 and A8. RGB value is (175,20,168). Sum of RGB (Red+Green+Blue) = 175+20+168=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF14A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14A8 is #50EB57. Grayscale: #525252. Windows color (decimal): -5303128 or 11015343. OLE color: 11015343.

HSL color Cylindrical-coordinate representation of color #AF14A8: hue angle of 302.71º 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 #AF14A8 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17520168-
CMYK00.890.040.31
HSL302.71º79.49%38.24%-
HSV(B)302.71º88.57%68.63%-
XYZ2512.4438.13-
YUV83.22175.85193.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752016800.890.040.31302.7179.4938.24
HexAF14A805941F12f4f26
Octal25724250013143745711746
Binary10101111101001010100001011001100111111001011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF14A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF14A8; }

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

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

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

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

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

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

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

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