Html Css Color HEX #AC0BA4 Dark Magenta

📋 copy color: '#AC0BA4'

red 172 ◦ green 11 ◦ blue 164

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

Shades of Dark Magenta #AC0BA4

Tints of Dark Magenta #AC0BA4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 49.57%
G = 3.17%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC0BA4 (or 0xAC0BA4) is known color: Dark Magenta. HEX triplet: AC, 0B and A4. RGB value is (172,11,164). Sum of RGB (Red+Green+Blue) = 172+11+164=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA4 is #53F45B. Grayscale: #4C4C4C. Windows color (decimal): -5502044 or 10750892. OLE color: 10750892.

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

Color convert

RGB 172 11 164 -
CMYK 0 0.94 0.05 0.33
HSL 302.98º 0.88% 0.36% -
HSV(B) 302.98º 0.94% 0.67% -
XYZ 23.83 11.69 36.12 -
YUV 76.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 172 11 164 0 0.94 0.05 0.33 302.98 0.88 0.36
Hex AC B A4 0 5E 5 21 12F 58 24
Octal 254 13 244 0 136 5 41 457 130 44
Binary 10101100 1011 10100100 0 1011110 101 100001 100101111 1011000 100100

Color Harmonies of #AC0BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BA4

Black with #AC0BA4

Text Example


Text Example

White with #AC0BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BA4; }

 p { color: rgb(172,11,164); }

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

background-color css

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

 a { background-color: rgb(172,11,164); }

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

border-color css

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

 span { border-color: rgb(172,11,164); }

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