#AF0ABA

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

Shades of Deep Magenta #AF0ABA

Tints of Deep Magenta #AF0ABA

Color information

#AF0ABA (or 0xAF0ABA) is unknown color: approx Deep Magenta. HEX triplet: AF, 0A and BA. RGB value is (175,10,186). Sum of RGB (Red+Green+Blue) = 175+10+186=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF0ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ABA is #50F545. Grayscale: #4E4E4E. Windows color (decimal): -5305670 or 12192431. OLE color: 12192431.

HSL color Cylindrical-coordinate representation of color #AF0ABA: hue angle of 296.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ABA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17510186-
CMYK0.060.9500.27
HSL296.25º89.8%38.43%-
HSV(B)296.25º94.62%72.94%-
XYZ26.6512.8847.54-
YUV79.4188.16196.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 10 (4.30% from 255) = 2.70%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=47.17%
G=2.70%
B=50.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175101860.060.9500.27296.2589.838.43
HexAFABA65F01B1285a26
Octal25712272613703345013246
Binary1010111110101011101011010111110110111001010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0ABA; }

 p { color: rgb(175,10,186); }

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

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

 a { background-color: rgb(175,10,186); }

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

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

 span { border-color: rgb(175,10,186); }

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