Html Css Color HEX #A60BAA Dark Magenta

📋 copy color: '#A60BAA'

red 166 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #A60BAA

Tints of Dark Magenta #A60BAA

RGB

 RED value IS 166 (65.23% from 255) = 47.84%

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

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

R = 47.84%
G = 3.17%
B = 48.99%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60BAA (or 0xA60BAA) is known color: Dark Magenta. HEX triplet: A6, 0B and AA. RGB value is (166,11,170). Sum of RGB (Red+Green+Blue) = 166+11+170=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A60BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAA is #59F455. Grayscale: #4A4A4A. Windows color (decimal): -5895254 or 11144102. OLE color: 11144102.

HSL color Cylindrical-coordinate representation of color #A60BAA: hue angle of 298.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BAA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 11 170 -
CMYK 0.02 0.94 0 0.33
HSL 298.49º 0.88% 0.35% -
HSV(B) 298.49º 0.94% 0.67% -
XYZ 23.1 11.25 38.98 -
YUV 75.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 166 11 170 0.02 0.94 0 0.33 298.49 0.88 0.35
Hex A6 B AA 2 5E 0 21 12A 58 23
Octal 246 13 252 2 136 0 41 452 130 43
Binary 10100110 1011 10101010 10 1011110 0 100001 100101010 1011000 100011

Color Harmonies of #A60BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BAA

Black with #A60BAA

Text Example


Text Example

White with #A60BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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