Html Css Color HEX #A622A5 Dark Magenta

📋 copy color: '#A622A5'

red 166 ◦ green 34 ◦ blue 165

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

Shades of Dark Magenta #A622A5

Tints of Dark Magenta #A622A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.21%

R = 45.48%
G = 9.32%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A622A5 (or 0xA622A5) is known color: Dark Magenta. HEX triplet: A6, 22 and A5. RGB value is (166,34,165). Sum of RGB (Red+Green+Blue) = 166+34+165=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A622A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A622A5 is #59DD5A. Grayscale: #585858. Windows color (decimal): -5889371 or 10822310. OLE color: 10822310.

HSL color Cylindrical-coordinate representation of color #A622A5: hue angle of 300.45º 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 #A622A5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 165 -
CMYK 0 0.80 0.01 0.35
HSL 300.45º 0.66% 0.39% -
HSV(B) 300.45º 0.8% 0.65% -
XYZ 23.09 11.97 36.69 -
YUV 88.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 166 34 165 0 0.80 0.01 0.35 300.45 0.66 0.39
Hex A6 22 A5 0 50 1 23 12C 42 27
Octal 246 42 245 0 120 1 43 454 102 47
Binary 10100110 100010 10100101 0 1010000 1 100011 100101100 1000010 100111

Color Harmonies of #A622A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622A5

Black with #A622A5

Text Example


Text Example

White with #A622A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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