Html Css Color HEX #AC0BBE Deep Magenta

📋 copy color: '#AC0BBE'

red 172 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #AC0BBE

Tints of Deep Magenta #AC0BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 46.11%
G = 2.95%
B = 50.94%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC0BBE (or 0xAC0BBE) is known color: Deep Magenta. HEX triplet: AC, 0B and BE. RGB value is (172,11,190). Sum of RGB (Red+Green+Blue) = 172+11+190=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BBE is #53F441. Grayscale: #4E4E4E. Windows color (decimal): -5502018 or 12454828. OLE color: 12454828.

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

Color convert

RGB 172 11 190 -
CMYK 0.09 0.94 0 0.25
HSL 293.97º 0.89% 0.39% -
HSV(B) 293.97º 0.94% 0.75% -
XYZ 26.43 12.73 49.78 -
YUV 79.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 172 11 190 0.09 0.94 0 0.25 293.97 0.89 0.39
Hex AC B BE 9 5E 0 19 126 59 27
Octal 254 13 276 11 136 0 31 446 131 47
Binary 10101100 1011 10111110 1001 1011110 0 11001 100100110 1011001 100111

Color Harmonies of #AC0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BBE

Black with #AC0BBE

Text Example


Text Example

White with #AC0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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