Html Css Color HEX #AC0BA1 Dark Magenta

📋 copy color: '#AC0BA1'

red 172 ◦ green 11 ◦ blue 161

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

Shades of Dark Magenta #AC0BA1

Tints of Dark Magenta #AC0BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.8%

R = 50%
G = 3.2%
B = 46.8%

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

#AC0BA1 (or 0xAC0BA1) is known color: Dark Magenta. HEX triplet: AC, 0B and A1. RGB value is (172,11,161). Sum of RGB (Red+Green+Blue) = 172+11+161=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA1 is #53F45E. Grayscale: #4B4B4B. Windows color (decimal): -5502047 or 10554284. OLE color: 10554284.

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

Color convert

RGB 172 11 161 -
CMYK 0 0.94 0.06 0.33
HSL 304.1º 0.88% 0.36% -
HSV(B) 304.1º 0.94% 0.67% -
XYZ 23.57 11.58 34.71 -
YUV 76.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 172 11 161 0 0.94 0.06 0.33 304.1 0.88 0.36
Hex AC B A1 0 5E 6 21 130 58 24
Octal 254 13 241 0 136 6 41 460 130 44
Binary 10101100 1011 10100001 0 1011110 110 100001 100110000 1011000 100100

Color Harmonies of #AC0BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BA1

Black with #AC0BA1

Text Example


Text Example

White with #AC0BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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