Html Css Color HEX #A10BA6 Dark Magenta

📋 copy color: '#A10BA6'

red 161 ◦ green 11 ◦ blue 166

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

Shades of Dark Magenta #A10BA6

Tints of Dark Magenta #A10BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.25%

 BLUE value IS 166 (65.23% from 255) = 49.11%

R = 47.63%
G = 3.25%
B = 49.11%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A10BA6 (or 0xA10BA6) is known color: Dark Magenta. HEX triplet: A1, 0B and A6. RGB value is (161,11,166). Sum of RGB (Red+Green+Blue) = 161+11+166=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #A10BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10BA6 is #5EF459. Grayscale: #494949. Windows color (decimal): -6222938 or 10881953. OLE color: 10881953.

HSL color Cylindrical-coordinate representation of color #A10BA6: hue angle of 298.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10BA6 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 11 166 -
CMYK 0.03 0.93 0 0.35
HSL 298.06º 0.88% 0.35% -
HSV(B) 298.06º 0.93% 0.65% -
XYZ 21.7 10.57 36.97 -
YUV 73.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 161 11 166 0.03 0.93 0 0.35 298.06 0.88 0.35
Hex A1 B A6 3 5D 0 23 12A 58 23
Octal 241 13 246 3 135 0 43 452 130 43
Binary 10100001 1011 10100110 11 1011101 0 100011 100101010 1011000 100011

Color Harmonies of #A10BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10BA6

Black with #A10BA6

Text Example


Text Example

White with #A10BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10BA6; }

 p { color: rgb(161,11,166); }

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

background-color css

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

 a { background-color: rgb(161,11,166); }

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

border-color css

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

 span { border-color: rgb(161,11,166); }

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