Html Css Color HEX #A10588 Dark Magenta

📋 copy color: '#A10588'

red 161 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #A10588

Tints of Dark Magenta #A10588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 53.31%
G = 1.66%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A10588 (or 0xA10588) is known color: Dark Magenta. HEX triplet: A1, 05 and 88. RGB value is (161,5,136). Sum of RGB (Red+Green+Blue) = 161+5+136=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A10588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10588 is #5EFA77. Grayscale: #424242. Windows color (decimal): -6224504 or 8914337. OLE color: 8914337.

HSL color Cylindrical-coordinate representation of color #A10588: hue angle of 309.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10588 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 136 -
CMYK 0 0.97 0.16 0.37
HSL 309.62º 0.94% 0.33% -
HSV(B) 309.62º 0.97% 0.63% -
XYZ 19.2 9.46 24.11 -
YUV 66.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 161 5 136 0 0.97 0.16 0.37 309.62 0.94 0.33
Hex A1 5 88 0 61 10 25 136 5E 21
Octal 241 5 210 0 141 20 45 466 136 41
Binary 10100001 101 10001000 0 1100001 10000 100101 100110110 1011110 100001

Color Harmonies of #A10588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10588

Black with #A10588

Text Example


Text Example

White with #A10588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10588; }

 p { color: rgb(161,5,136); }

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

background-color css

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

 a { background-color: rgb(161,5,136); }

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

border-color css

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

 span { border-color: rgb(161,5,136); }

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