Html Css Color HEX #AC0BA7 Dark Magenta

📋 copy color: '#AC0BA7'

red 172 ◦ green 11 ◦ blue 167

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

Shades of Dark Magenta #AC0BA7

Tints of Dark Magenta #AC0BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.71%

R = 49.14%
G = 3.14%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC0BA7 (or 0xAC0BA7) is known color: Dark Magenta. HEX triplet: AC, 0B and A7. RGB value is (172,11,167). Sum of RGB (Red+Green+Blue) = 172+11+167=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA7 is #53F458. Grayscale: #4C4C4C. Windows color (decimal): -5502041 or 10947500. OLE color: 10947500.

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

Color convert

RGB 172 11 167 -
CMYK 0 0.94 0.03 0.33
HSL 301.86º 0.88% 0.36% -
HSV(B) 301.86º 0.94% 0.67% -
XYZ 24.11 11.8 37.57 -
YUV 76.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 172 11 167 0 0.94 0.03 0.33 301.86 0.88 0.36
Hex AC B A7 0 5E 3 21 12E 58 24
Octal 254 13 247 0 136 3 41 456 130 44
Binary 10101100 1011 10100111 0 1011110 11 100001 100101110 1011000 100100

Color Harmonies of #AC0BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BA7

Black with #AC0BA7

Text Example


Text Example

White with #AC0BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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