Html Css Color HEX #A600A0 Dark Magenta

📋 copy color: '#A600A0'

red 166 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #A600A0

Tints of Dark Magenta #A600A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 50.92%
G = 0%
B = 49.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A600A0 (or 0xA600A0) is known color: Dark Magenta. HEX triplet: A6, 00 and A0. RGB value is (166,0,160). Sum of RGB (Red+Green+Blue) = 166+0+160=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A600A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A600A0 is #59FF5F. Grayscale: #434343. Windows color (decimal): -5898080 or 10485926. OLE color: 10485926.

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

Color convert

RGB 166 0 160 -
CMYK 0 1 0.04 0.35
HSL 302.17º 1% 0.33% -
HSV(B) 302.17º 1% 0.65% -
XYZ 22.07 10.65 34.15 -
YUV 67.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 166 0 160 0 1 0.04 0.35 302.17 1 0.33
Hex A6 0 A0 0 64 4 23 12E 64 21
Octal 246 0 240 0 144 4 43 456 144 41
Binary 10100110 0 10100000 0 1100100 100 100011 100101110 1100100 100001

Color Harmonies of #A600A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600A0

Black with #A600A0

Text Example


Text Example

White with #A600A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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