Html Css Color HEX #AC0BAF Deep Magenta

📋 copy color: '#AC0BAF'

red 172 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #AC0BAF

Tints of Deep Magenta #AC0BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 48.04%
G = 3.07%
B = 48.88%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC0BAF (or 0xAC0BAF) is known color: Deep Magenta. HEX triplet: AC, 0B and AF. RGB value is (172,11,175). Sum of RGB (Red+Green+Blue) = 172+11+175=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BAF is #53F450. Grayscale: #4D4D4D. Windows color (decimal): -5502033 or 11471788. OLE color: 11471788.

HSL color Cylindrical-coordinate representation of color #AC0BAF: hue angle of 298.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0BAF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 11 175 -
CMYK 0.02 0.94 0 0.31
HSL 298.9º 0.88% 0.36% -
HSV(B) 298.9º 0.94% 0.69% -
XYZ 24.87 12.11 41.58 -
YUV 77.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 172 11 175 0.02 0.94 0 0.31 298.9 0.88 0.36
Hex AC B AF 2 5E 0 1F 12B 58 24
Octal 254 13 257 2 136 0 37 453 130 44
Binary 10101100 1011 10101111 10 1011110 0 11111 100101011 1011000 100100

Color Harmonies of #AC0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BAF

Black with #AC0BAF

Text Example


Text Example

White with #AC0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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