Html Css Color HEX #AC0FAB Deep Magenta

📋 copy color: '#AC0FAB'

red 172 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #AC0FAB

Tints of Deep Magenta #AC0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

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

R = 48.04%
G = 4.19%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC0FAB (or 0xAC0FAB) is known color: Deep Magenta. HEX triplet: AC, 0F and AB. RGB value is (172,15,171). Sum of RGB (Red+Green+Blue) = 172+15+171=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FAB is #53F054. Grayscale: #4F4F4F. Windows color (decimal): -5501013 or 11210668. OLE color: 11210668.

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

Color convert

RGB 172 15 171 -
CMYK 0 0.91 0.01 0.33
HSL 300.38º 0.84% 0.37% -
HSV(B) 300.38º 0.91% 0.67% -
XYZ 24.53 12.05 39.56 -
YUV 79.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 172 15 171 0 0.91 0.01 0.33 300.38 0.84 0.37
Hex AC F AB 0 5B 1 21 12C 54 25
Octal 254 17 253 0 133 1 41 454 124 45
Binary 10101100 1111 10101011 0 1011011 1 100001 100101100 1010100 100101

Color Harmonies of #AC0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FAB

Black with #AC0FAB

Text Example


Text Example

White with #AC0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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