Html Css Color HEX #AC0AB6 Deep Magenta

📋 copy color: '#AC0AB6'

red 172 ◦ green 10 ◦ blue 182

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

Shades of Deep Magenta #AC0AB6

Tints of Deep Magenta #AC0AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 182 (71.48% from 255) = 50%

R = 47.25%
G = 2.75%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC0AB6 (or 0xAC0AB6) is known color: Deep Magenta. HEX triplet: AC, 0A and B6. RGB value is (172,10,182). Sum of RGB (Red+Green+Blue) = 172+10+182=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC0AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AB6 is #53F549. Grayscale: #4D4D4D. Windows color (decimal): -5502282 or 11930284. OLE color: 11930284.

HSL color Cylindrical-coordinate representation of color #AC0AB6: hue angle of 296.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0AB6 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 10 182 -
CMYK 0.05 0.95 0 0.29
HSL 296.51º 0.9% 0.38% -
HSV(B) 296.51º 0.95% 0.71% -
XYZ 25.57 12.37 45.3 -
YUV 78.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 172 10 182 0.05 0.95 0 0.29 296.51 0.9 0.38
Hex AC A B6 5 5F 0 1D 129 5A 26
Octal 254 12 266 5 137 0 35 451 132 46
Binary 10101100 1010 10110110 101 1011111 0 11101 100101001 1011010 100110

Color Harmonies of #AC0AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AB6

Black with #AC0AB6

Text Example


Text Example

White with #AC0AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AB6; }

 p { color: rgb(172,10,182); }

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

background-color css

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

 a { background-color: rgb(172,10,182); }

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

border-color css

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

 span { border-color: rgb(172,10,182); }

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