Html Css Color HEX #A602AD Dark Magenta

📋 copy color: '#A602AD'

red 166 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #A602AD

Tints of Dark Magenta #A602AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 48.68%
G = 0.59%
B = 50.73%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A602AD (or 0xA602AD) is known color: Dark Magenta. HEX triplet: A6, 02 and AD. RGB value is (166,2,173). Sum of RGB (Red+Green+Blue) = 166+2+173=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A602AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A602AD is #59FD52. Grayscale: #464646. Windows color (decimal): -5897555 or 11338406. OLE color: 11338406.

HSL color Cylindrical-coordinate representation of color #A602AD: hue angle of 297.54º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602AD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 2 173 -
CMYK 0.04 0.99 0 0.32
HSL 297.54º 0.98% 0.34% -
HSV(B) 297.54º 0.99% 0.68% -
XYZ 23.29 11.17 40.46 -
YUV 70.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 166 2 173 0.04 0.99 0 0.32 297.54 0.98 0.34
Hex A6 2 AD 4 63 0 20 12A 62 22
Octal 246 2 255 4 143 0 40 452 142 42
Binary 10100110 10 10101101 100 1100011 0 100000 100101010 1100010 100010

Color Harmonies of #A602AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602AD

Black with #A602AD

Text Example


Text Example

White with #A602AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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