Html Css Color HEX #AF0AC9 Deep Magenta

📋 copy color: '#AF0AC9'

red 175 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #AF0AC9

Tints of Deep Magenta #AF0AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 45.34%
G = 2.59%
B = 52.07%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF0AC9 (or 0xAF0AC9) is known color: Deep Magenta. HEX triplet: AF, 0A and C9. RGB value is (175,10,201). Sum of RGB (Red+Green+Blue) = 175+10+201=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF0AC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AC9 is #50F536. Grayscale: #505050. Windows color (decimal): -5305655 or 13175471. OLE color: 13175471.

HSL color Cylindrical-coordinate representation of color #AF0AC9: hue angle of 291.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0AC9 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 10 201 -
CMYK 0.13 0.95 0 0.21
HSL 291.83º 0.91% 0.41% -
HSV(B) 291.83º 0.95% 0.79% -
XYZ 28.33 13.55 56.38 -
YUV 81.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 175 10 201 0.13 0.95 0 0.21 291.83 0.91 0.41
Hex AF A C9 D 5F 0 15 124 5B 29
Octal 257 12 311 15 137 0 25 444 133 51
Binary 10101111 1010 11001001 1101 1011111 0 10101 100100100 1011011 101001

Color Harmonies of #AF0AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AC9

Black with #AF0AC9

Text Example


Text Example

White with #AF0AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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