Html Css Color HEX #AC0595 Dark Magenta

📋 copy color: '#AC0595'

red 172 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #AC0595

Tints of Dark Magenta #AC0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 52.76%
G = 1.53%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC0595 (or 0xAC0595) is known color: Dark Magenta. HEX triplet: AC, 05 and 95. RGB value is (172,5,149). Sum of RGB (Red+Green+Blue) = 172+5+149=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0595 is #53FA6A. Grayscale: #464646. Windows color (decimal): -5503595 or 9766316. OLE color: 9766316.

HSL color Cylindrical-coordinate representation of color #AC0595: hue angle of 308.26º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0595 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 149 -
CMYK 0 0.97 0.13 0.33
HSL 308.26º 0.94% 0.35% -
HSV(B) 308.26º 0.97% 0.67% -
XYZ 22.49 11.05 29.38 -
YUV 71.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 172 5 149 0 0.97 0.13 0.33 308.26 0.94 0.35
Hex AC 5 95 0 61 D 21 134 5E 23
Octal 254 5 225 0 141 15 41 464 136 43
Binary 10101100 101 10010101 0 1100001 1101 100001 100110100 1011110 100011

Color Harmonies of #AC0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0595

Black with #AC0595

Text Example


Text Example

White with #AC0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0595; }

 p { color: rgb(172,5,149); }

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

background-color css

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

 a { background-color: rgb(172,5,149); }

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

border-color css

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

 span { border-color: rgb(172,5,149); }

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