Html Css Color HEX #AC0ABC Deep Magenta

📋 copy color: '#AC0ABC'

red 172 ◦ green 10 ◦ blue 188

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

Shades of Deep Magenta #AC0ABC

Tints of Deep Magenta #AC0ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 46.49%
G = 2.7%
B = 50.81%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC0ABC (or 0xAC0ABC) is known color: Deep Magenta. HEX triplet: AC, 0A and BC. RGB value is (172,10,188). Sum of RGB (Red+Green+Blue) = 172+10+188=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ABC is #53F543. Grayscale: #4E4E4E. Windows color (decimal): -5502276 or 12323500. OLE color: 12323500.

HSL color Cylindrical-coordinate representation of color #AC0ABC: hue angle of 294.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0ABC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 10 188 -
CMYK 0.09 0.95 0 0.26
HSL 294.61º 0.9% 0.39% -
HSV(B) 294.61º 0.95% 0.74% -
XYZ 26.2 12.62 48.63 -
YUV 78.73 189.67 194.53 -
System Red Green Blue C M Y K H S L
Decimal 172 10 188 0.09 0.95 0 0.26 294.61 0.9 0.39
Hex AC A BC 9 5F 0 1A 127 5A 27
Octal 254 12 274 11 137 0 32 447 132 47
Binary 10101100 1010 10111100 1001 1011111 0 11010 100100111 1011010 100111

Color Harmonies of #AC0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0ABC

Black with #AC0ABC

Text Example


Text Example

White with #AC0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0ABC; }

 p { color: rgb(172,10,188); }

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

background-color css

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

 a { background-color: rgb(172,10,188); }

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

border-color css

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

 span { border-color: rgb(172,10,188); }

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