Html Css Color HEX #A10EAC Dark Magenta

📋 copy color: '#A10EAC'

red 161 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #A10EAC

Tints of Dark Magenta #A10EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 46.4%
G = 4.03%
B = 49.57%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A10EAC (or 0xA10EAC) is known color: Dark Magenta. HEX triplet: A1, 0E and AC. RGB value is (161,14,172). Sum of RGB (Red+Green+Blue) = 161+14+172=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A10EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10EAC is #5EF153. Grayscale: #4B4B4B. Windows color (decimal): -6222164 or 11275937. OLE color: 11275937.

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

Color convert

RGB 161 14 172 -
CMYK 0.06 0.92 0 0.33
HSL 295.82º 0.85% 0.36% -
HSV(B) 295.82º 0.92% 0.67% -
XYZ 22.3 10.87 39.95 -
YUV 75.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 161 14 172 0.06 0.92 0 0.33 295.82 0.85 0.36
Hex A1 E AC 6 5C 0 21 128 55 24
Octal 241 16 254 6 134 0 41 450 125 44
Binary 10100001 1110 10101100 110 1011100 0 100001 100101000 1010101 100100

Color Harmonies of #A10EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10EAC

Black with #A10EAC

Text Example


Text Example

White with #A10EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10EAC; }

 p { color: rgb(161,14,172); }

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

background-color css

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

 a { background-color: rgb(161,14,172); }

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

border-color css

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

 span { border-color: rgb(161,14,172); }

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