Html Css Color HEX #A602A1 Dark Magenta

📋 copy color: '#A602A1'

red 166 ◦ green 2 ◦ blue 161

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

Shades of Dark Magenta #A602A1

Tints of Dark Magenta #A602A1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 161 (63.28% from 255) = 48.94%

R = 50.46%
G = 0.61%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A602A1 (or 0xA602A1) is known color: Dark Magenta. HEX triplet: A6, 02 and A1. RGB value is (166,2,161). Sum of RGB (Red+Green+Blue) = 166+2+161=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A602A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A602A1 is #59FD5E. Grayscale: #444444. Windows color (decimal): -5897567 or 10551974. OLE color: 10551974.

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

Color convert

RGB 166 2 161 -
CMYK 0 0.99 0.03 0.35
HSL 301.83º 0.98% 0.33% -
HSV(B) 301.83º 0.99% 0.65% -
XYZ 22.18 10.72 34.62 -
YUV 69.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 166 2 161 0 0.99 0.03 0.35 301.83 0.98 0.33
Hex A6 2 A1 0 63 3 23 12E 62 21
Octal 246 2 241 0 143 3 43 456 142 41
Binary 10100110 10 10100001 0 1100011 11 100011 100101110 1100010 100001

Color Harmonies of #A602A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602A1

Black with #A602A1

Text Example


Text Example

White with #A602A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602A1; }

 p { color: rgb(166,2,161); }

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

background-color css

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

 a { background-color: rgb(166,2,161); }

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

border-color css

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

 span { border-color: rgb(166,2,161); }

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