Html Css Color HEX #A909AA Dark Magenta

📋 copy color: '#A909AA'

red 169 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #A909AA

Tints of Dark Magenta #A909AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 48.56%
G = 2.59%
B = 48.85%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A909AA (or 0xA909AA) is known color: Dark Magenta. HEX triplet: A9, 09 and AA. RGB value is (169,9,170). Sum of RGB (Red+Green+Blue) = 169+9+170=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A909AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A909AA is #56F655. Grayscale: #4A4A4A. Windows color (decimal): -5699158 or 11143593. OLE color: 11143593.

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

Color convert

RGB 169 9 170 -
CMYK 0.01 0.95 0 0.33
HSL 299.63º 0.9% 0.35% -
HSV(B) 299.63º 0.95% 0.67% -
XYZ 23.72 11.53 39.01 -
YUV 75.19 181.51 194.91 -
System Red Green Blue C M Y K H S L
Decimal 169 9 170 0.01 0.95 0 0.33 299.63 0.9 0.35
Hex A9 9 AA 1 5F 0 21 12C 5A 23
Octal 251 11 252 1 137 0 41 454 132 43
Binary 10101001 1001 10101010 1 1011111 0 100001 100101100 1011010 100011

Color Harmonies of #A909AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A909AA

Black with #A909AA

Text Example


Text Example

White with #A909AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A909AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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