Html Css Color HEX #A616AA Dark Magenta

📋 copy color: '#A616AA'

red 166 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #A616AA

Tints of Dark Magenta #A616AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.15%

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

R = 46.37%
G = 6.15%
B = 47.49%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A616AA (or 0xA616AA) is known color: Dark Magenta. HEX triplet: A6, 16 and AA. RGB value is (166,22,170). Sum of RGB (Red+Green+Blue) = 166+22+170=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #A616AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A616AA is #59E955. Grayscale: #515151. Windows color (decimal): -5892438 or 11146918. OLE color: 11146918.

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

Color convert

RGB 166 22 170 -
CMYK 0.02 0.87 0 0.33
HSL 298.38º 0.77% 0.38% -
HSV(B) 298.38º 0.87% 0.67% -
XYZ 23.27 11.58 39.04 -
YUV 81.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 166 22 170 0.02 0.87 0 0.33 298.38 0.77 0.38
Hex A6 16 AA 2 57 0 21 12A 4D 26
Octal 246 26 252 2 127 0 41 452 115 46
Binary 10100110 10110 10101010 10 1010111 0 100001 100101010 1001101 100110

Color Harmonies of #A616AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616AA

Black with #A616AA

Text Example


Text Example

White with #A616AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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