Html Css Color HEX #A902A5 Dark Magenta

📋 copy color: '#A902A5'

red 169 ◦ green 2 ◦ blue 165

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

Shades of Dark Magenta #A902A5

Tints of Dark Magenta #A902A5

RGB

 RED value IS 169 (66.41% from 255) = 50.3%

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

 BLUE value IS 165 (64.84% from 255) = 49.11%

R = 50.3%
G = 0.6%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A902A5 (or 0xA902A5) is known color: Dark Magenta. HEX triplet: A9, 02 and A5. RGB value is (169,2,165). Sum of RGB (Red+Green+Blue) = 169+2+165=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A902A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A902A5 is #56FD5A. Grayscale: #464646. Windows color (decimal): -5700955 or 10814121. OLE color: 10814121.

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

Color convert

RGB 169 2 165 -
CMYK 0 0.99 0.02 0.34
HSL 301.44º 0.98% 0.34% -
HSV(B) 301.44º 0.99% 0.66% -
XYZ 23.18 11.2 36.54 -
YUV 70.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 169 2 165 0 0.99 0.02 0.34 301.44 0.98 0.34
Hex A9 2 A5 0 63 2 22 12D 62 22
Octal 251 2 245 0 143 2 42 455 142 42
Binary 10101001 10 10100101 0 1100011 10 100010 100101101 1100010 100010

Color Harmonies of #A902A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A902A5

Black with #A902A5

Text Example


Text Example

White with #A902A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A902A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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