Html Css Color HEX #AC0BB6 Deep Magenta

📋 copy color: '#AC0BB6'

red 172 ◦ green 11 ◦ blue 182

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

Shades of Deep Magenta #AC0BB6

Tints of Deep Magenta #AC0BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

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

R = 47.12%
G = 3.01%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC0BB6 (or 0xAC0BB6) is known color: Deep Magenta. HEX triplet: AC, 0B and B6. RGB value is (172,11,182). Sum of RGB (Red+Green+Blue) = 172+11+182=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BB6 is #53F449. Grayscale: #4E4E4E. Windows color (decimal): -5502026 or 11930540. OLE color: 11930540.

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

Color convert

RGB 172 11 182 -
CMYK 0.05 0.94 0 0.29
HSL 296.49º 0.89% 0.38% -
HSV(B) 296.49º 0.94% 0.71% -
XYZ 25.58 12.39 45.3 -
YUV 78.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 172 11 182 0.05 0.94 0 0.29 296.49 0.89 0.38
Hex AC B B6 5 5E 0 1D 128 59 26
Octal 254 13 266 5 136 0 35 450 131 46
Binary 10101100 1011 10110110 101 1011110 0 11101 100101000 1011001 100110

Color Harmonies of #AC0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BB6

Black with #AC0BB6

Text Example


Text Example

White with #AC0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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