Html Css Color HEX #AC07AB Deep Magenta

📋 copy color: '#AC07AB'

red 172 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #AC07AB

Tints of Deep Magenta #AC07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

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

R = 49.14%
G = 2%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC07AB (or 0xAC07AB) is known color: Deep Magenta. HEX triplet: AC, 07 and AB. RGB value is (172,7,171). Sum of RGB (Red+Green+Blue) = 172+7+171=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC07AB is #53F854. Grayscale: #4A4A4A. Windows color (decimal): -5503061 or 11208620. OLE color: 11208620.

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

Color convert

RGB 172 7 171 -
CMYK 0 0.96 0.01 0.33
HSL 300.36º 0.92% 0.35% -
HSV(B) 300.36º 0.96% 0.67% -
XYZ 24.44 11.86 39.53 -
YUV 75.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 172 7 171 0 0.96 0.01 0.33 300.36 0.92 0.35
Hex AC 7 AB 0 60 1 21 12C 5C 23
Octal 254 7 253 0 140 1 41 454 134 43
Binary 10101100 111 10101011 0 1100000 1 100001 100101100 1011100 100011

Color Harmonies of #AC07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07AB

Black with #AC07AB

Text Example


Text Example

White with #AC07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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