Html Css Color HEX #AC0BB4 Deep Magenta

📋 copy color: '#AC0BB4'

red 172 ◦ green 11 ◦ blue 180

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

Shades of Deep Magenta #AC0BB4

Tints of Deep Magenta #AC0BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 47.38%
G = 3.03%
B = 49.59%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC0BB4 (or 0xAC0BB4) is known color: Deep Magenta. HEX triplet: AC, 0B and B4. RGB value is (172,11,180). Sum of RGB (Red+Green+Blue) = 172+11+180=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC0BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BB4 is #53F44B. Grayscale: #4D4D4D. Windows color (decimal): -5502028 or 11799468. OLE color: 11799468.

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

Color convert

RGB 172 11 180 -
CMYK 0.04 0.94 0 0.29
HSL 297.16º 0.88% 0.37% -
HSV(B) 297.16º 0.94% 0.71% -
XYZ 25.37 12.31 44.22 -
YUV 78.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 172 11 180 0.04 0.94 0 0.29 297.16 0.88 0.37
Hex AC B B4 4 5E 0 1D 129 58 25
Octal 254 13 264 4 136 0 35 451 130 45
Binary 10101100 1011 10110100 100 1011110 0 11101 100101001 1011000 100101

Color Harmonies of #AC0BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BB4

Black with #AC0BB4

Text Example


Text Example

White with #AC0BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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