Html Css Color HEX #AF0FAC Deep Magenta

📋 copy color: '#AF0FAC'

red 175 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #AF0FAC

Tints of Deep Magenta #AF0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.14%

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

R = 48.34%
G = 4.14%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF0FAC (or 0xAF0FAC) is known color: Deep Magenta. HEX triplet: AF, 0F and AC. RGB value is (175,15,172). Sum of RGB (Red+Green+Blue) = 175+15+172=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0FAC is #50F053. Grayscale: #505050. Windows color (decimal): -5304404 or 11276207. OLE color: 11276207.

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

Color convert

RGB 175 15 172 -
CMYK 0 0.91 0.02 0.31
HSL 301.13º 0.84% 0.37% -
HSV(B) 301.13º 0.91% 0.69% -
XYZ 25.3 12.43 40.1 -
YUV 80.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 175 15 172 0 0.91 0.02 0.31 301.13 0.84 0.37
Hex AF F AC 0 5B 2 1F 12D 54 25
Octal 257 17 254 0 133 2 37 455 124 45
Binary 10101111 1111 10101100 0 1011011 10 11111 100101101 1010100 100101

Color Harmonies of #AF0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FAC

Black with #AF0FAC

Text Example


Text Example

White with #AF0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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