Html Css Color HEX #AC0BA0 Dark Magenta

📋 copy color: '#AC0BA0'

red 172 ◦ green 11 ◦ blue 160

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

Shades of Dark Magenta #AC0BA0

Tints of Dark Magenta #AC0BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.65%

R = 50.15%
G = 3.21%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC0BA0 (or 0xAC0BA0) is known color: Dark Magenta. HEX triplet: AC, 0B and A0. RGB value is (172,11,160). Sum of RGB (Red+Green+Blue) = 172+11+160=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA0 is #53F45F. Grayscale: #4B4B4B. Windows color (decimal): -5502048 or 10488748. OLE color: 10488748.

HSL color Cylindrical-coordinate representation of color #AC0BA0: hue angle of 304.47º 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 #AC0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 160 -
CMYK 0 0.94 0.07 0.33
HSL 304.47º 0.88% 0.36% -
HSV(B) 304.47º 0.94% 0.67% -
XYZ 23.48 11.55 34.25 -
YUV 76.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 172 11 160 0 0.94 0.07 0.33 304.47 0.88 0.36
Hex AC B A0 0 5E 7 21 130 58 24
Octal 254 13 240 0 136 7 41 460 130 44
Binary 10101100 1011 10100000 0 1011110 111 100001 100110000 1011000 100100

Color Harmonies of #AC0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BA0

Black with #AC0BA0

Text Example


Text Example

White with #AC0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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