Html Css Color HEX #AC0CA4 Dark Magenta

📋 copy color: '#AC0CA4'

red 172 ◦ green 12 ◦ blue 164

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

Shades of Dark Magenta #AC0CA4

Tints of Dark Magenta #AC0CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 164 (64.45% from 255) = 47.13%

R = 49.43%
G = 3.45%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC0CA4 (or 0xAC0CA4) is known color: Dark Magenta. HEX triplet: AC, 0C and A4. RGB value is (172,12,164). Sum of RGB (Red+Green+Blue) = 172+12+164=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CA4 is #53F35B. Grayscale: #4C4C4C. Windows color (decimal): -5501788 or 10751148. OLE color: 10751148.

HSL color Cylindrical-coordinate representation of color #AC0CA4: hue angle of 303º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 164 -
CMYK 0 0.93 0.05 0.33
HSL 303º 0.87% 0.36% -
HSV(B) 303º 0.93% 0.67% -
XYZ 23.85 11.71 36.13 -
YUV 77.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 172 12 164 0 0.93 0.05 0.33 303 0.87 0.36
Hex AC C A4 0 5D 5 21 12F 57 24
Octal 254 14 244 0 135 5 41 457 127 44
Binary 10101100 1100 10100100 0 1011101 101 100001 100101111 1010111 100100

Color Harmonies of #AC0CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CA4

Black with #AC0CA4

Text Example


Text Example

White with #AC0CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CA4; }

 p { color: rgb(172,12,164); }

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

background-color css

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

 a { background-color: rgb(172,12,164); }

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

border-color css

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

 span { border-color: rgb(172,12,164); }

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