Html Css Color HEX #A502AB Dark Magenta

📋 copy color: '#A502AB'

red 165 ◦ green 2 ◦ blue 171

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

Shades of Dark Magenta #A502AB

Tints of Dark Magenta #A502AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 48.82%
G = 0.59%
B = 50.59%

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

#A502AB (or 0xA502AB) is known color: Dark Magenta. HEX triplet: A5, 02 and AB. RGB value is (165,2,171). Sum of RGB (Red+Green+Blue) = 165+2+171=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #A502AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502AB is #5AFD54. Grayscale: #454545. Windows color (decimal): -5963093 or 11207333. OLE color: 11207333.

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

Color convert

RGB 165 2 171 -
CMYK 0.04 0.99 0 0.33
HSL 297.87º 0.98% 0.34% -
HSV(B) 297.87º 0.99% 0.67% -
XYZ 22.89 10.98 39.44 -
YUV 70 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 165 2 171 0.04 0.99 0 0.33 297.87 0.98 0.34
Hex A5 2 AB 4 63 0 21 12A 62 22
Octal 245 2 253 4 143 0 41 452 142 42
Binary 10100101 10 10101011 100 1100011 0 100001 100101010 1100010 100010

Color Harmonies of #A502AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502AB

Black with #A502AB

Text Example


Text Example

White with #A502AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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