Html Css Color HEX #A502AA Dark Magenta

📋 copy color: '#A502AA'

red 165 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #A502AA

Tints of Dark Magenta #A502AA

RGB

 RED value IS 165 (64.84% from 255) = 48.96%

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

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

R = 48.96%
G = 0.59%
B = 50.45%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A502AA (or 0xA502AA) is known color: Dark Magenta. HEX triplet: A5, 02 and AA. RGB value is (165,2,170). Sum of RGB (Red+Green+Blue) = 165+2+170=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #A502AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502AA is #5AFD55. Grayscale: #454545. Windows color (decimal): -5963094 or 11141797. OLE color: 11141797.

HSL color Cylindrical-coordinate representation of color #A502AA: hue angle of 298.21º 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 #A502AA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 2 170 -
CMYK 0.03 0.99 0 0.33
HSL 298.21º 0.98% 0.34% -
HSV(B) 298.21º 0.99% 0.67% -
XYZ 22.79 10.95 38.94 -
YUV 69.89 184.5 195.84 -
System Red Green Blue C M Y K H S L
Decimal 165 2 170 0.03 0.99 0 0.33 298.21 0.98 0.34
Hex A5 2 AA 3 63 0 21 12A 62 22
Octal 245 2 252 3 143 0 41 452 142 42
Binary 10100101 10 10101010 11 1100011 0 100001 100101010 1100010 100010

Color Harmonies of #A502AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502AA

Black with #A502AA

Text Example


Text Example

White with #A502AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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