Html Css Color HEX #AC18B1 Deep Magenta

📋 copy color: '#AC18B1'

red 172 ◦ green 24 ◦ blue 177

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

Shades of Deep Magenta #AC18B1

Tints of Deep Magenta #AC18B1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 177 (69.53% from 255) = 47.45%

R = 46.11%
G = 6.43%
B = 47.45%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC18B1 (or 0xAC18B1) is known color: Deep Magenta. HEX triplet: AC, 18 and B1. RGB value is (172,24,177). Sum of RGB (Red+Green+Blue) = 172+24+177=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC18B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18B1 is #53E74E. Grayscale: #555555. Windows color (decimal): -5498703 or 11606188. OLE color: 11606188.

HSL color Cylindrical-coordinate representation of color #AC18B1: hue angle of 298.04º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC18B1 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 24 177 -
CMYK 0.03 0.86 0 0.31
HSL 298.04º 0.76% 0.39% -
HSV(B) 298.04º 0.86% 0.69% -
XYZ 25.28 12.6 42.69 -
YUV 85.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 172 24 177 0.03 0.86 0 0.31 298.04 0.76 0.39
Hex AC 18 B1 3 56 0 1F 12A 4C 27
Octal 254 30 261 3 126 0 37 452 114 47
Binary 10101100 11000 10110001 11 1010110 0 11111 100101010 1001100 100111

Color Harmonies of #AC18B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18B1

Black with #AC18B1

Text Example


Text Example

White with #AC18B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18B1; }

 p { color: rgb(172,24,177); }

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

background-color css

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

 a { background-color: rgb(172,24,177); }

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

border-color css

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

 span { border-color: rgb(172,24,177); }

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