Html Css Color HEX #A10299 Dark Magenta

📋 copy color: '#A10299'

red 161 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #A10299

Tints of Dark Magenta #A10299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 50.95%
G = 0.63%
B = 48.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A10299 (or 0xA10299) is known color: Dark Magenta. HEX triplet: A1, 02 and 99. RGB value is (161,2,153). Sum of RGB (Red+Green+Blue) = 161+2+153=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A10299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10299 is #5EFD66. Grayscale: #424242. Windows color (decimal): -6225255 or 10027681. OLE color: 10027681.

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

Color convert

RGB 161 2 153 -
CMYK 0 0.99 0.05 0.37
HSL 303.02º 0.98% 0.32% -
HSV(B) 303.02º 0.99% 0.63% -
XYZ 20.47 9.92 30.97 -
YUV 66.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 161 2 153 0 0.99 0.05 0.37 303.02 0.98 0.32
Hex A1 2 99 0 63 5 25 12F 62 20
Octal 241 2 231 0 143 5 45 457 142 40
Binary 10100001 10 10011001 0 1100011 101 100101 100101111 1100010 100000

Color Harmonies of #A10299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10299

Black with #A10299

Text Example


Text Example

White with #A10299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10299; }

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

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

background-color css

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

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

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

border-color css

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

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

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