Html Css Color HEX #AC0BA5 Dark Magenta

📋 copy color: '#AC0BA5'

red 172 ◦ green 11 ◦ blue 165

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

Shades of Dark Magenta #AC0BA5

Tints of Dark Magenta #AC0BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.41%

R = 49.43%
G = 3.16%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC0BA5 (or 0xAC0BA5) is known color: Dark Magenta. HEX triplet: AC, 0B and A5. RGB value is (172,11,165). Sum of RGB (Red+Green+Blue) = 172+11+165=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA5 is #53F45A. Grayscale: #4C4C4C. Windows color (decimal): -5502043 or 10816428. OLE color: 10816428.

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

Color convert

RGB 172 11 165 -
CMYK 0 0.94 0.04 0.33
HSL 302.61º 0.88% 0.36% -
HSV(B) 302.61º 0.94% 0.67% -
XYZ 23.92 11.73 36.6 -
YUV 76.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 172 11 165 0 0.94 0.04 0.33 302.61 0.88 0.36
Hex AC B A5 0 5E 4 21 12F 58 24
Octal 254 13 245 0 136 4 41 457 130 44
Binary 10101100 1011 10100101 0 1011110 100 100001 100101111 1011000 100100

Color Harmonies of #AC0BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BA5

Black with #AC0BA5

Text Example


Text Example

White with #AC0BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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