Html Css Color HEX #A622A0 Dark Magenta

📋 copy color: '#A622A0'

red 166 ◦ green 34 ◦ blue 160

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

Shades of Dark Magenta #A622A0

Tints of Dark Magenta #A622A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.44%

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

R = 46.11%
G = 9.44%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A622A0 (or 0xA622A0) is known color: Dark Magenta. HEX triplet: A6, 22 and A0. RGB value is (166,34,160). Sum of RGB (Red+Green+Blue) = 166+34+160=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A622A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A622A0 is #59DD5F. Grayscale: #575757. Windows color (decimal): -5889376 or 10494630. OLE color: 10494630.

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

Color convert

RGB 166 34 160 -
CMYK 0 0.80 0.04 0.35
HSL 302.73º 0.66% 0.39% -
HSV(B) 302.73º 0.8% 0.65% -
XYZ 22.64 11.79 34.34 -
YUV 87.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 166 34 160 0 0.80 0.04 0.35 302.73 0.66 0.39
Hex A6 22 A0 0 50 4 23 12F 42 27
Octal 246 42 240 0 120 4 43 457 102 47
Binary 10100110 100010 10100000 0 1010000 100 100011 100101111 1000010 100111

Color Harmonies of #A622A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622A0

Black with #A622A0

Text Example


Text Example

White with #A622A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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