Html Css Color HEX #A10FAD Dark Magenta

📋 copy color: '#A10FAD'

red 161 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #A10FAD

Tints of Dark Magenta #A10FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 46.13%
G = 4.3%
B = 49.57%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A10FAD (or 0xA10FAD) is known color: Dark Magenta. HEX triplet: A1, 0F and AD. RGB value is (161,15,173). Sum of RGB (Red+Green+Blue) = 161+15+173=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A10FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FAD is #5EF052. Grayscale: #4C4C4C. Windows color (decimal): -6221907 or 11341729. OLE color: 11341729.

HSL color Cylindrical-coordinate representation of color #A10FAD: hue angle of 295.44º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FAD is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 15 173 -
CMYK 0.07 0.91 0 0.32
HSL 295.44º 0.84% 0.37% -
HSV(B) 295.44º 0.91% 0.68% -
XYZ 22.41 10.94 40.46 -
YUV 76.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 161 15 173 0.07 0.91 0 0.32 295.44 0.84 0.37
Hex A1 F AD 7 5B 0 20 127 54 25
Octal 241 17 255 7 133 0 40 447 124 45
Binary 10100001 1111 10101101 111 1011011 0 100000 100100111 1010100 100101

Color Harmonies of #A10FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FAD

Black with #A10FAD

Text Example


Text Example

White with #A10FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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