Html Css Color HEX #A60BAD Dark Magenta

📋 copy color: '#A60BAD'

red 166 ◦ green 11 ◦ blue 173

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

Shades of Dark Magenta #A60BAD

Tints of Dark Magenta #A60BAD

RGB

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

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

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

R = 47.43%
G = 3.14%
B = 49.43%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A60BAD (or 0xA60BAD) is known color: Dark Magenta. HEX triplet: A6, 0B and AD. RGB value is (166,11,173). Sum of RGB (Red+Green+Blue) = 166+11+173=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A60BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60BAD is #59F452. Grayscale: #4B4B4B. Windows color (decimal): -5895251 or 11340710. OLE color: 11340710.

HSL color Cylindrical-coordinate representation of color #A60BAD: hue angle of 297.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60BAD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 11 173 -
CMYK 0.04 0.94 0 0.32
HSL 297.41º 0.88% 0.36% -
HSV(B) 297.41º 0.94% 0.68% -
XYZ 23.39 11.36 40.5 -
YUV 75.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 166 11 173 0.04 0.94 0 0.32 297.41 0.88 0.36
Hex A6 B AD 4 5E 0 20 129 58 24
Octal 246 13 255 4 136 0 40 451 130 44
Binary 10100110 1011 10101101 100 1011110 0 100000 100101001 1011000 100100

Color Harmonies of #A60BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BAD

Black with #A60BAD

Text Example


Text Example

White with #A60BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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