Html Css Color HEX #A10F9D Dark Magenta

📋 copy color: '#A10F9D'

red 161 ◦ green 15 ◦ blue 157

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

Shades of Dark Magenta #A10F9D

Tints of Dark Magenta #A10F9D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 48.35%
G = 4.5%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A10F9D (or 0xA10F9D) is known color: Dark Magenta. HEX triplet: A1, 0F and 9D. RGB value is (161,15,157). Sum of RGB (Red+Green+Blue) = 161+15+157=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10F9D is #5EF062. Grayscale: #4A4A4A. Windows color (decimal): -6221923 or 10293153. OLE color: 10293153.

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

Color convert

RGB 161 15 157 -
CMYK 0 0.91 0.02 0.37
HSL 301.64º 0.83% 0.35% -
HSV(B) 301.64º 0.91% 0.63% -
XYZ 20.95 10.35 32.79 -
YUV 74.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 161 15 157 0 0.91 0.02 0.37 301.64 0.83 0.35
Hex A1 F 9D 0 5B 2 25 12E 53 23
Octal 241 17 235 0 133 2 45 456 123 43
Binary 10100001 1111 10011101 0 1011011 10 100101 100101110 1010011 100011

Color Harmonies of #A10F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10F9D

Black with #A10F9D

Text Example


Text Example

White with #A10F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10F9D; }

 p { color: rgb(161,15,157); }

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

background-color css

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

 a { background-color: rgb(161,15,157); }

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

border-color css

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

 span { border-color: rgb(161,15,157); }

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