Html Css Color HEX #A10FAA Dark Magenta

📋 copy color: '#A10FAA'

red 161 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A10FAA

Tints of Dark Magenta #A10FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 46.53%
G = 4.34%
B = 49.13%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A10FAA (or 0xA10FAA) is known color: Dark Magenta. HEX triplet: A1, 0F and AA. RGB value is (161,15,170). Sum of RGB (Red+Green+Blue) = 161+15+170=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #A10FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FAA is #5EF055. Grayscale: #4B4B4B. Windows color (decimal): -6221910 or 11145121. OLE color: 11145121.

HSL color Cylindrical-coordinate representation of color #A10FAA: hue angle of 296.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FAA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 15 170 -
CMYK 0.05 0.91 0 0.33
HSL 296.52º 0.84% 0.36% -
HSV(B) 296.52º 0.91% 0.67% -
XYZ 22.12 10.82 38.95 -
YUV 76.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 161 15 170 0.05 0.91 0 0.33 296.52 0.84 0.36
Hex A1 F AA 5 5B 0 21 129 54 24
Octal 241 17 252 5 133 0 41 451 124 44
Binary 10100001 1111 10101010 101 1011011 0 100001 100101001 1010100 100100

Color Harmonies of #A10FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FAA

Black with #A10FAA

Text Example


Text Example

White with #A10FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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