Html Css Color HEX #A10897 Dark Magenta

📋 copy color: '#A10897'

red 161 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #A10897

Tints of Dark Magenta #A10897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 50.31%
G = 2.5%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A10897 (or 0xA10897) is known color: Dark Magenta. HEX triplet: A1, 08 and 97. RGB value is (161,8,151). Sum of RGB (Red+Green+Blue) = 161+8+151=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A10897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10897 is #5EF768. Grayscale: #454545. Windows color (decimal): -6223721 or 9898145. OLE color: 9898145.

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

Color convert

RGB 161 8 151 -
CMYK 0 0.95 0.06 0.37
HSL 303.92º 0.91% 0.33% -
HSV(B) 303.92º 0.95% 0.63% -
XYZ 20.37 9.99 30.13 -
YUV 70.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 161 8 151 0 0.95 0.06 0.37 303.92 0.91 0.33
Hex A1 8 97 0 5F 6 25 130 5B 21
Octal 241 10 227 0 137 6 45 460 133 41
Binary 10100001 1000 10010111 0 1011111 110 100101 100110000 1011011 100001

Color Harmonies of #A10897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10897

Black with #A10897

Text Example


Text Example

White with #A10897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10897; }

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

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

background-color css

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

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

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

border-color css

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

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

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