Html Css Color HEX #AC0293 Dark Magenta

📋 copy color: '#AC0293'

red 172 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #AC0293

Tints of Dark Magenta #AC0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 53.58%
G = 0.62%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC0293 (or 0xAC0293) is known color: Dark Magenta. HEX triplet: AC, 02 and 93. RGB value is (172,2,147). Sum of RGB (Red+Green+Blue) = 172+2+147=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0293 is #53FD6C. Grayscale: #444444. Windows color (decimal): -5504365 or 9634476. OLE color: 9634476.

HSL color Cylindrical-coordinate representation of color #AC0293: hue angle of 308.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0293 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 147 -
CMYK 0 0.99 0.15 0.33
HSL 308.82º 0.98% 0.34% -
HSV(B) 308.82º 0.99% 0.67% -
XYZ 22.3 10.92 28.54 -
YUV 69.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 172 2 147 0 0.99 0.15 0.33 308.82 0.98 0.34
Hex AC 2 93 0 63 F 21 135 62 22
Octal 254 2 223 0 143 17 41 465 142 42
Binary 10101100 10 10010011 0 1100011 1111 100001 100110101 1100010 100010

Color Harmonies of #AC0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0293

Black with #AC0293

Text Example


Text Example

White with #AC0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0293; }

 p { color: rgb(172,2,147); }

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

background-color css

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

 a { background-color: rgb(172,2,147); }

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

border-color css

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

 span { border-color: rgb(172,2,147); }

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