Html Css Color HEX #A620A0 Dark Magenta

📋 copy color: '#A620A0'

red 166 ◦ green 32 ◦ blue 160

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

Shades of Dark Magenta #A620A0

Tints of Dark Magenta #A620A0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 46.37%
G = 8.94%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A620A0 (or 0xA620A0) is known color: Dark Magenta. HEX triplet: A6, 20 and A0. RGB value is (166,32,160). Sum of RGB (Red+Green+Blue) = 166+32+160=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A620A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A620A0 is #59DF5F. Grayscale: #565656. Windows color (decimal): -5889888 or 10494118. OLE color: 10494118.

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

Color convert

RGB 166 32 160 -
CMYK 0 0.81 0.04 0.35
HSL 302.69º 0.68% 0.39% -
HSV(B) 302.69º 0.81% 0.65% -
XYZ 22.59 11.68 34.32 -
YUV 86.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 166 32 160 0 0.81 0.04 0.35 302.69 0.68 0.39
Hex A6 20 A0 0 51 4 23 12F 44 27
Octal 246 40 240 0 121 4 43 457 104 47
Binary 10100110 100000 10100000 0 1010001 100 100011 100101111 1000100 100111

Color Harmonies of #A620A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620A0

Black with #A620A0

Text Example


Text Example

White with #A620A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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