Html Css Color HEX #AC018B Dark Magenta

📋 copy color: '#AC018B'

red 172 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #AC018B

Tints of Dark Magenta #AC018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 55.13%
G = 0.32%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC018B (or 0xAC018B) is known color: Dark Magenta. HEX triplet: AC, 01 and 8B. RGB value is (172,1,139). Sum of RGB (Red+Green+Blue) = 172+1+139=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC018B is #53FE74. Grayscale: #434343. Windows color (decimal): -5504629 or 9109932. OLE color: 9109932.

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

Color convert

RGB 172 1 139 -
CMYK 0 0.99 0.19 0.33
HSL 311.58º 0.99% 0.34% -
HSV(B) 311.58º 0.99% 0.67% -
XYZ 21.68 10.66 25.34 -
YUV 67.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 172 1 139 0 0.99 0.19 0.33 311.58 0.99 0.34
Hex AC 1 8B 0 63 13 21 138 63 22
Octal 254 1 213 0 143 23 41 470 143 42
Binary 10101100 1 10001011 0 1100011 10011 100001 100111000 1100011 100010

Color Harmonies of #AC018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC018B

Black with #AC018B

Text Example


Text Example

White with #AC018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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