Html Css Color HEX #AF10AC Deep Magenta

📋 copy color: '#AF10AC'

red 175 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #AF10AC

Tints of Deep Magenta #AF10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

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

R = 48.21%
G = 4.41%
B = 47.38%

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

#AF10AC (or 0xAF10AC) is known color: Deep Magenta. HEX triplet: AF, 10 and AC. RGB value is (175,16,172). Sum of RGB (Red+Green+Blue) = 175+16+172=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10AC is #50EF53. Grayscale: #505050. Windows color (decimal): -5304148 or 11276463. OLE color: 11276463.

HSL color Cylindrical-coordinate representation of color #AF10AC: hue angle of 301.13º degrees, saturation: 0.83, 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 #AF10AC is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 172 -
CMYK 0 0.91 0.02 0.31
HSL 301.13º 0.83% 0.37% -
HSV(B) 301.13º 0.91% 0.69% -
XYZ 25.31 12.46 40.1 -
YUV 81.33 179.18 194.82 -
System Red Green Blue C M Y K H S L
Decimal 175 16 172 0 0.91 0.02 0.31 301.13 0.83 0.37
Hex AF 10 AC 0 5B 2 1F 12D 53 25
Octal 257 20 254 0 133 2 37 455 123 45
Binary 10101111 10000 10101100 0 1011011 10 11111 100101101 1010011 100101

Color Harmonies of #AF10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10AC

Black with #AF10AC

Text Example


Text Example

White with #AF10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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