Html Css Color HEX #A10893 Dark Magenta

📋 copy color: '#A10893'

red 161 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #A10893

Tints of Dark Magenta #A10893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 50.95%
G = 2.53%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A10893 (or 0xA10893) is known color: Dark Magenta. HEX triplet: A1, 08 and 93. RGB value is (161,8,147). Sum of RGB (Red+Green+Blue) = 161+8+147=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A10893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10893 is #5EF76C. Grayscale: #454545. Windows color (decimal): -6223725 or 9636001. OLE color: 9636001.

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

Color convert

RGB 161 8 147 -
CMYK 0 0.95 0.09 0.37
HSL 305.49º 0.91% 0.33% -
HSV(B) 305.49º 0.95% 0.63% -
XYZ 20.05 9.86 28.45 -
YUV 69.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 161 8 147 0 0.95 0.09 0.37 305.49 0.91 0.33
Hex A1 8 93 0 5F 9 25 131 5B 21
Octal 241 10 223 0 137 11 45 461 133 41
Binary 10100001 1000 10010011 0 1011111 1001 100101 100110001 1011011 100001

Color Harmonies of #A10893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10893

Black with #A10893

Text Example


Text Example

White with #A10893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10893; }

 p { color: rgb(161,8,147); }

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

background-color css

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

 a { background-color: rgb(161,8,147); }

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

border-color css

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

 span { border-color: rgb(161,8,147); }

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