Html Css Color HEX #AC1AAB Deep Magenta

📋 copy color: '#AC1AAB'

red 172 ◦ green 26 ◦ blue 171

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

Shades of Deep Magenta #AC1AAB

Tints of Deep Magenta #AC1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.05%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 46.61%
G = 7.05%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC1AAB (or 0xAC1AAB) is known color: Deep Magenta. HEX triplet: AC, 1A and AB. RGB value is (172,26,171). Sum of RGB (Red+Green+Blue) = 172+26+171=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1AAB is #53E554. Grayscale: #555555. Windows color (decimal): -5498197 or 11213484. OLE color: 11213484.

HSL color Cylindrical-coordinate representation of color #AC1AAB: hue angle of 300.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1AAB is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 171 -
CMYK 0 0.85 0.01 0.33
HSL 300.41º 0.74% 0.39% -
HSV(B) 300.41º 0.85% 0.67% -
XYZ 24.73 12.45 39.63 -
YUV 86.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 172 26 171 0 0.85 0.01 0.33 300.41 0.74 0.39
Hex AC 1A AB 0 55 1 21 12C 4A 27
Octal 254 32 253 0 125 1 41 454 112 47
Binary 10101100 11010 10101011 0 1010101 1 100001 100101100 1001010 100111

Color Harmonies of #AC1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AAB

Black with #AC1AAB

Text Example


Text Example

White with #AC1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AAB; }

 p { color: rgb(172,26,171); }

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

background-color css

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

 a { background-color: rgb(172,26,171); }

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

border-color css

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

 span { border-color: rgb(172,26,171); }

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