Html Css Color HEX #A10285 Dark Magenta

📋 copy color: '#A10285'

red 161 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #A10285

Tints of Dark Magenta #A10285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 54.39%
G = 0.68%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A10285 (or 0xA10285) is known color: Dark Magenta. HEX triplet: A1, 02 and 85. RGB value is (161,2,133). Sum of RGB (Red+Green+Blue) = 161+2+133=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A10285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10285 is #5EFD7A. Grayscale: #404040. Windows color (decimal): -6225275 or 8716961. OLE color: 8716961.

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

Color convert

RGB 161 2 133 -
CMYK 0 0.99 0.17 0.37
HSL 310.57º 0.98% 0.32% -
HSV(B) 310.57º 0.99% 0.63% -
XYZ 18.95 9.31 22.99 -
YUV 64.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 161 2 133 0 0.99 0.17 0.37 310.57 0.98 0.32
Hex A1 2 85 0 63 11 25 137 62 20
Octal 241 2 205 0 143 21 45 467 142 40
Binary 10100001 10 10000101 0 1100011 10001 100101 100110111 1100010 100000

Color Harmonies of #A10285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10285

Black with #A10285

Text Example


Text Example

White with #A10285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10285; }

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

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

background-color css

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

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

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

border-color css

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

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

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