Html Css Color HEX #A10397 Dark Magenta

📋 copy color: '#A10397'

red 161 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #A10397

Tints of Dark Magenta #A10397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 51.11%
G = 0.95%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A10397 (or 0xA10397) is known color: Dark Magenta. HEX triplet: A1, 03 and 97. RGB value is (161,3,151). Sum of RGB (Red+Green+Blue) = 161+3+151=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A10397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10397 is #5EFC68. Grayscale: #424242. Windows color (decimal): -6225001 or 9896865. OLE color: 9896865.

HSL color Cylindrical-coordinate representation of color #A10397: hue angle of 303.8º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10397 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 3 151 -
CMYK 0 0.98 0.06 0.37
HSL 303.8º 0.96% 0.32% -
HSV(B) 303.8º 0.98% 0.63% -
XYZ 20.32 9.88 30.11 -
YUV 67.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 161 3 151 0 0.98 0.06 0.37 303.8 0.96 0.32
Hex A1 3 97 0 62 6 25 130 60 20
Octal 241 3 227 0 142 6 45 460 140 40
Binary 10100001 11 10010111 0 1100010 110 100101 100110000 1100000 100000

Color Harmonies of #A10397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10397

Black with #A10397

Text Example


Text Example

White with #A10397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10397; }

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

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

background-color css

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

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

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

border-color css

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

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

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