Html Css Color HEX #AF0AAC Deep Magenta

📋 copy color: '#AF0AAC'

red 175 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #AF0AAC

Tints of Deep Magenta #AF0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 49.02%
G = 2.8%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF0AAC (or 0xAF0AAC) is known color: Deep Magenta. HEX triplet: AF, 0A and AC. RGB value is (175,10,172). Sum of RGB (Red+Green+Blue) = 175+10+172=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AAC is #50F553. Grayscale: #4D4D4D. Windows color (decimal): -5305684 or 11274927. OLE color: 11274927.

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

Color convert

RGB 175 10 172 -
CMYK 0 0.94 0.02 0.31
HSL 301.09º 0.89% 0.36% -
HSV(B) 301.09º 0.94% 0.69% -
XYZ 25.23 12.31 40.08 -
YUV 77.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 175 10 172 0 0.94 0.02 0.31 301.09 0.89 0.36
Hex AF A AC 0 5E 2 1F 12D 59 24
Octal 257 12 254 0 136 2 37 455 131 44
Binary 10101111 1010 10101100 0 1011110 10 11111 100101101 1011001 100100

Color Harmonies of #AF0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AAC

Black with #AF0AAC

Text Example


Text Example

White with #AF0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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