Html Css Color HEX #A10C99 Dark Magenta

📋 copy color: '#A10C99'

red 161 ◦ green 12 ◦ blue 153

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

Shades of Dark Magenta #A10C99

Tints of Dark Magenta #A10C99

RGB

 RED value IS 161 (63.28% from 255) = 49.39%

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

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 49.39%
G = 3.68%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A10C99 (or 0xA10C99) is known color: Dark Magenta. HEX triplet: A1, 0C and 99. RGB value is (161,12,153). Sum of RGB (Red+Green+Blue) = 161+12+153=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10C99 is #5EF366. Grayscale: #484848. Windows color (decimal): -6222695 or 10030241. OLE color: 10030241.

HSL color Cylindrical-coordinate representation of color #A10C99: hue angle of 303.22º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10C99 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 12 153 -
CMYK 0 0.93 0.05 0.37
HSL 303.22º 0.86% 0.34% -
HSV(B) 303.22º 0.93% 0.63% -
XYZ 20.58 10.14 31.01 -
YUV 72.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 161 12 153 0 0.93 0.05 0.37 303.22 0.86 0.34
Hex A1 C 99 0 5D 5 25 12F 56 22
Octal 241 14 231 0 135 5 45 457 126 42
Binary 10100001 1100 10011001 0 1011101 101 100101 100101111 1010110 100010

Color Harmonies of #A10C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10C99

Black with #A10C99

Text Example


Text Example

White with #A10C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10C99; }

 p { color: rgb(161,12,153); }

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

background-color css

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

 a { background-color: rgb(161,12,153); }

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

border-color css

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

 span { border-color: rgb(161,12,153); }

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