Html Css Color HEX #AC008B Dark Magenta

📋 copy color: '#AC008B'

red 172 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #AC008B

Tints of Dark Magenta #AC008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 55.31%
G = 0%
B = 44.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC008B (or 0xAC008B) is known color: Dark Magenta. HEX triplet: AC, 00 and 8B. RGB value is (172,0,139). Sum of RGB (Red+Green+Blue) = 172+0+139=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC008B is #53FF74. Grayscale: #424242. Windows color (decimal): -5504885 or 9109676. OLE color: 9109676.

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

Color convert

RGB 172 0 139 -
CMYK 0 1 0.19 0.33
HSL 311.51º 1% 0.34% -
HSV(B) 311.51º 1% 0.67% -
XYZ 21.67 10.63 25.34 -
YUV 67.27 168.48 202.7 -
System Red Green Blue C M Y K H S L
Decimal 172 0 139 0 1 0.19 0.33 311.51 1 0.34
Hex AC 0 8B 0 64 13 21 138 64 22
Octal 254 0 213 0 144 23 41 470 144 42
Binary 10101100 0 10001011 0 1100100 10011 100001 100111000 1100100 100010

Color Harmonies of #AC008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC008B

Black with #AC008B

Text Example


Text Example

White with #AC008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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