Html Css Color HEX #AC10BC Deep Magenta

📋 copy color: '#AC10BC'

red 172 ◦ green 16 ◦ blue 188

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

Shades of Deep Magenta #AC10BC

Tints of Deep Magenta #AC10BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 45.74%
G = 4.26%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC10BC (or 0xAC10BC) is known color: Deep Magenta. HEX triplet: AC, 10 and BC. RGB value is (172,16,188). Sum of RGB (Red+Green+Blue) = 172+16+188=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC10BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10BC is #53EF43. Grayscale: #515151. Windows color (decimal): -5500740 or 12325036. OLE color: 12325036.

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

Color convert

RGB 172 16 188 -
CMYK 0.09 0.91 0 0.26
HSL 294.42º 0.84% 0.4% -
HSV(B) 294.42º 0.91% 0.74% -
XYZ 26.28 12.77 48.66 -
YUV 82.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 172 16 188 0.09 0.91 0 0.26 294.42 0.84 0.4
Hex AC 10 BC 9 5B 0 1A 126 54 28
Octal 254 20 274 11 133 0 32 446 124 50
Binary 10101100 10000 10111100 1001 1011011 0 11010 100100110 1010100 101000

Color Harmonies of #AC10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10BC

Black with #AC10BC

Text Example


Text Example

White with #AC10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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