Html Css Color HEX #AF0AB9 Deep Magenta

📋 copy color: '#AF0AB9'

red 175 ◦ green 10 ◦ blue 185

#AF0AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AF0AB9

Tints of Deep Magenta #AF0AB9

RGB

 RED value IS 175 (68.75% from 255) = 47.3%

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 185 (72.66% from 255) = 50%

R = 47.3%
G = 2.7%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF0AB9 (or 0xAF0AB9) is known color: Deep Magenta. HEX triplet: AF, 0A and B9. RGB value is (175,10,185). Sum of RGB (Red+Green+Blue) = 175+10+185=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF0AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AB9 is #50F546. Grayscale: #4E4E4E. Windows color (decimal): -5305671 or 12126895. OLE color: 12126895.

HSL color Cylindrical-coordinate representation of color #AF0AB9: hue angle of 296.57º 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 #AF0AB9 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 10 185 -
CMYK 0.05 0.95 0 0.27
HSL 296.57º 0.9% 0.38% -
HSV(B) 296.57º 0.95% 0.73% -
XYZ 26.54 12.83 46.98 -
YUV 79.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 175 10 185 0.05 0.95 0 0.27 296.57 0.9 0.38
Hex AF A B9 5 5F 0 1B 129 5A 26
Octal 257 12 271 5 137 0 33 451 132 46
Binary 10101111 1010 10111001 101 1011111 0 11011 100101001 1011010 100110

Color Harmonies of #AF0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AB9

Black with #AF0AB9

Text Example


Text Example

White with #AF0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AB9; }

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

 H1.HeaderClassName
 {
   color: #AF0AB9;
 }
 .AnyTagClassName
 {
   color: #AF0AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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