Html Css Color HEX #AC15BB Deep Magenta

📋 copy color: '#AC15BB'

red 172 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #AC15BB

Tints of Deep Magenta #AC15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

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

R = 45.26%
G = 5.53%
B = 49.21%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC15BB (or 0xAC15BB) is known color: Deep Magenta. HEX triplet: AC, 15 and BB. RGB value is (172,21,187). Sum of RGB (Red+Green+Blue) = 172+21+187=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC15BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15BB is #53EA44. Grayscale: #545454. Windows color (decimal): -5499461 or 12260780. OLE color: 12260780.

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

Color convert

RGB 172 21 187 -
CMYK 0.08 0.89 0 0.27
HSL 294.58º 0.8% 0.41% -
HSV(B) 294.58º 0.89% 0.73% -
XYZ 26.25 12.89 48.12 -
YUV 85.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 172 21 187 0.08 0.89 0 0.27 294.58 0.8 0.41
Hex AC 15 BB 8 59 0 1B 127 50 29
Octal 254 25 273 10 131 0 33 447 120 51
Binary 10101100 10101 10111011 1000 1011001 0 11011 100100111 1010000 101001

Color Harmonies of #AC15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15BB

Black with #AC15BB

Text Example


Text Example

White with #AC15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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