Html Css Color HEX #A10282 Dark Magenta

📋 copy color: '#A10282'

red 161 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #A10282

Tints of Dark Magenta #A10282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 54.95%
G = 0.68%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A10282 (or 0xA10282) is known color: Dark Magenta. HEX triplet: A1, 02 and 82. RGB value is (161,2,130). Sum of RGB (Red+Green+Blue) = 161+2+130=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A10282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10282 is #5EFD7D. Grayscale: #3F3F3F. Windows color (decimal): -6225278 or 8520353. OLE color: 8520353.

HSL color Cylindrical-coordinate representation of color #A10282: hue angle of 311.7º 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 #A10282 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 130 -
CMYK 0 0.99 0.19 0.37
HSL 311.7º 0.98% 0.32% -
HSV(B) 311.7º 0.99% 0.63% -
XYZ 18.75 9.23 21.91 -
YUV 64.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 161 2 130 0 0.99 0.19 0.37 311.7 0.98 0.32
Hex A1 2 82 0 63 13 25 138 62 20
Octal 241 2 202 0 143 23 45 470 142 40
Binary 10100001 10 10000010 0 1100011 10011 100101 100111000 1100010 100000

Color Harmonies of #A10282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10282

Black with #A10282

Text Example


Text Example

White with #A10282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10282; }

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

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

background-color css

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

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

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

border-color css

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

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

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