Html Css Color HEX #AC0BA2 Dark Magenta

📋 copy color: '#AC0BA2'

red 172 ◦ green 11 ◦ blue 162

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

Shades of Dark Magenta #AC0BA2

Tints of Dark Magenta #AC0BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 49.86%
G = 3.19%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC0BA2 (or 0xAC0BA2) is known color: Dark Magenta. HEX triplet: AC, 0B and A2. RGB value is (172,11,162). Sum of RGB (Red+Green+Blue) = 172+11+162=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA2 is #53F45D. Grayscale: #4B4B4B. Windows color (decimal): -5502046 or 10619820. OLE color: 10619820.

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

Color convert

RGB 172 11 162 -
CMYK 0 0.94 0.06 0.33
HSL 303.73º 0.88% 0.36% -
HSV(B) 303.73º 0.94% 0.67% -
XYZ 23.65 11.62 35.18 -
YUV 76.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 172 11 162 0 0.94 0.06 0.33 303.73 0.88 0.36
Hex AC B A2 0 5E 6 21 130 58 24
Octal 254 13 242 0 136 6 41 460 130 44
Binary 10101100 1011 10100010 0 1011110 110 100001 100110000 1011000 100100

Color Harmonies of #AC0BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BA2

Black with #AC0BA2

Text Example


Text Example

White with #AC0BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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