Html Css Color HEX #A600AD Dark Magenta

📋 copy color: '#A600AD'

red 166 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #A600AD

Tints of Dark Magenta #A600AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.97%
G = 0%
B = 51.03%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A600AD (or 0xA600AD) is known color: Dark Magenta. HEX triplet: A6, 00 and AD. RGB value is (166,0,173). Sum of RGB (Red+Green+Blue) = 166+0+173=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #A600AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A600AD is #59FF52. Grayscale: #444444. Windows color (decimal): -5898067 or 11337894. OLE color: 11337894.

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

Color convert

RGB 166 0 173 -
CMYK 0.04 1 0 0.32
HSL 297.57º 1% 0.34% -
HSV(B) 297.57º 1% 0.68% -
XYZ 23.27 11.12 40.46 -
YUV 69.36 186.5 196.93 -
System Red Green Blue C M Y K H S L
Decimal 166 0 173 0.04 1 0 0.32 297.57 1 0.34
Hex A6 0 AD 4 64 0 20 12A 64 22
Octal 246 0 255 4 144 0 40 452 144 42
Binary 10100110 0 10101101 100 1100100 0 100000 100101010 1100100 100010

Color Harmonies of #A600AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600AD

Black with #A600AD

Text Example


Text Example

White with #A600AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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