Html Css Color HEX #A402AA Dark Magenta

📋 copy color: '#A402AA'

red 164 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #A402AA

Tints of Dark Magenta #A402AA

RGB

 RED value IS 164 (64.45% from 255) = 48.81%

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 48.81%
G = 0.6%
B = 50.6%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A402AA (or 0xA402AA) is known color: Dark Magenta. HEX triplet: A4, 02 and AA. RGB value is (164,2,170). Sum of RGB (Red+Green+Blue) = 164+2+170=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #A402AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402AA is #5BFD55. Grayscale: #454545. Windows color (decimal): -6028630 or 11141796. OLE color: 11141796.

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

Color convert

RGB 164 2 170 -
CMYK 0.04 0.99 0 0.33
HSL 297.86º 0.98% 0.34% -
HSV(B) 297.86º 0.99% 0.67% -
XYZ 22.59 10.84 38.93 -
YUV 69.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 164 2 170 0.04 0.99 0 0.33 297.86 0.98 0.34
Hex A4 2 AA 4 63 0 21 12A 62 22
Octal 244 2 252 4 143 0 41 452 142 42
Binary 10100100 10 10101010 100 1100011 0 100001 100101010 1100010 100010

Color Harmonies of #A402AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402AA

Black with #A402AA

Text Example


Text Example

White with #A402AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402AA; }

 p { color: rgb(164,2,170); }

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

background-color css

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

 a { background-color: rgb(164,2,170); }

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

border-color css

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

 span { border-color: rgb(164,2,170); }

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