Html Css Color HEX #AC10AF Deep Magenta

📋 copy color: '#AC10AF'

red 172 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #AC10AF

Tints of Deep Magenta #AC10AF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 172 16 175 -
CMYK 0.02 0.91 0 0.31
HSL 298.87º 0.83% 0.37% -
HSV(B) 298.87º 0.91% 0.69% -
XYZ 24.94 12.24 41.61 -
YUV 80.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 172 16 175 0.02 0.91 0 0.31 298.87 0.83 0.37
Hex AC 10 AF 2 5B 0 1F 12B 53 25
Octal 254 20 257 2 133 0 37 453 123 45
Binary 10101100 10000 10101111 10 1011011 0 11111 100101011 1010011 100101

Color Harmonies of #AC10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10AF

Black with #AC10AF

Text Example


Text Example

White with #AC10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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