Html Css Color HEX #AC008A Dark Magenta

📋 copy color: '#AC008A'

red 172 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #AC008A

Tints of Dark Magenta #AC008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 55.48%
G = 0%
B = 44.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC008A (or 0xAC008A) is known color: Dark Magenta. HEX triplet: AC, 00 and 8A. RGB value is (172,0,138). Sum of RGB (Red+Green+Blue) = 172+0+138=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC008A is #53FF75. Grayscale: #424242. Windows color (decimal): -5504886 or 9044140. OLE color: 9044140.

HSL color Cylindrical-coordinate representation of color #AC008A: hue angle of 311.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC008A is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 138 -
CMYK 0 1 0.20 0.33
HSL 311.86º 1% 0.34% -
HSV(B) 311.86º 1% 0.67% -
XYZ 21.6 10.61 24.95 -
YUV 67.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 172 0 138 0 1 0.20 0.33 311.86 1 0.34
Hex AC 0 8A 0 64 14 21 138 64 22
Octal 254 0 212 0 144 24 41 470 144 42
Binary 10101100 0 10001010 0 1100100 10100 100001 100111000 1100100 100010

Color Harmonies of #AC008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC008A

Black with #AC008A

Text Example


Text Example

White with #AC008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC008A; }

 p { color: rgb(172,0,138); }

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

background-color css

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

 a { background-color: rgb(172,0,138); }

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

border-color css

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

 span { border-color: rgb(172,0,138); }

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