Html Css Color HEX #AC0CBE Deep Magenta

📋 copy color: '#AC0CBE'

red 172 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #AC0CBE

Tints of Deep Magenta #AC0CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

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

R = 45.99%
G = 3.21%
B = 50.8%

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

#AC0CBE (or 0xAC0CBE) is known color: Deep Magenta. HEX triplet: AC, 0C and BE. RGB value is (172,12,190). Sum of RGB (Red+Green+Blue) = 172+12+190=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CBE is #53F341. Grayscale: #4F4F4F. Windows color (decimal): -5501762 or 12455084. OLE color: 12455084.

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

Color convert

RGB 172 12 190 -
CMYK 0.09 0.94 0 0.25
HSL 293.93º 0.88% 0.4% -
HSV(B) 293.93º 0.94% 0.75% -
XYZ 26.44 12.75 49.78 -
YUV 80.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 172 12 190 0.09 0.94 0 0.25 293.93 0.88 0.4
Hex AC C BE 9 5E 0 19 126 58 28
Octal 254 14 276 11 136 0 31 446 130 50
Binary 10101100 1100 10111110 1001 1011110 0 11001 100100110 1011000 101000

Color Harmonies of #AC0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CBE

Black with #AC0CBE

Text Example


Text Example

White with #AC0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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