Html Css Color HEX #AC0BBB Deep Magenta

📋 copy color: '#AC0BBB'

red 172 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #AC0BBB

Tints of Deep Magenta #AC0BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 46.49%
G = 2.97%
B = 50.54%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC0BBB (or 0xAC0BBB) is known color: Deep Magenta. HEX triplet: AC, 0B and BB. RGB value is (172,11,187). Sum of RGB (Red+Green+Blue) = 172+11+187=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BBB is #53F444. Grayscale: #4E4E4E. Windows color (decimal): -5502021 or 12258220. OLE color: 12258220.

HSL color Cylindrical-coordinate representation of color #AC0BBB: hue angle of 294.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0BBB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 11 187 -
CMYK 0.08 0.94 0 0.27
HSL 294.89º 0.89% 0.39% -
HSV(B) 294.89º 0.94% 0.73% -
XYZ 26.1 12.6 48.07 -
YUV 79.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 172 11 187 0.08 0.94 0 0.27 294.89 0.89 0.39
Hex AC B BB 8 5E 0 1B 127 59 27
Octal 254 13 273 10 136 0 33 447 131 47
Binary 10101100 1011 10111011 1000 1011110 0 11011 100100111 1011001 100111

Color Harmonies of #AC0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BBB

Black with #AC0BBB

Text Example


Text Example

White with #AC0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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