Html Css Color HEX #A904AA Dark Magenta

📋 copy color: '#A904AA'

red 169 ◦ green 4 ◦ blue 170

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

Shades of Dark Magenta #A904AA

Tints of Dark Magenta #A904AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 49.27%
G = 1.17%
B = 49.56%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A904AA (or 0xA904AA) is known color: Dark Magenta. HEX triplet: A9, 04 and AA. RGB value is (169,4,170). Sum of RGB (Red+Green+Blue) = 169+4+170=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A904AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A904AA is #56FB55. Grayscale: #474747. Windows color (decimal): -5700438 or 11142313. OLE color: 11142313.

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

Color convert

RGB 169 4 170 -
CMYK 0.01 0.98 0 0.33
HSL 299.64º 0.95% 0.34% -
HSV(B) 299.64º 0.98% 0.67% -
XYZ 23.66 11.42 38.99 -
YUV 72.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 169 4 170 0.01 0.98 0 0.33 299.64 0.95 0.34
Hex A9 4 AA 1 62 0 21 12C 5F 22
Octal 251 4 252 1 142 0 41 454 137 42
Binary 10101001 100 10101010 1 1100010 0 100001 100101100 1011111 100010

Color Harmonies of #A904AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A904AA

Black with #A904AA

Text Example


Text Example

White with #A904AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A904AA; }

 p { color: rgb(169,4,170); }

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

background-color css

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

 a { background-color: rgb(169,4,170); }

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

border-color css

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

 span { border-color: rgb(169,4,170); }

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