Html Css Color HEX #A90AAA Dark Magenta

📋 copy color: '#A90AAA'

red 169 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #A90AAA

Tints of Dark Magenta #A90AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

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

R = 48.42%
G = 2.87%
B = 48.71%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90AAA (or 0xA90AAA) is known color: Dark Magenta. HEX triplet: A9, 0A and AA. RGB value is (169,10,170). Sum of RGB (Red+Green+Blue) = 169+10+170=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A90AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAA is #56F555. Grayscale: #4B4B4B. Windows color (decimal): -5698902 or 11143849. OLE color: 11143849.

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

Color convert

RGB 169 10 170 -
CMYK 0.01 0.94 0 0.33
HSL 299.63º 0.89% 0.35% -
HSV(B) 299.63º 0.94% 0.67% -
XYZ 23.73 11.55 39.01 -
YUV 75.78 181.18 194.49 -
System Red Green Blue C M Y K H S L
Decimal 169 10 170 0.01 0.94 0 0.33 299.63 0.89 0.35
Hex A9 A AA 1 5E 0 21 12C 59 23
Octal 251 12 252 1 136 0 41 454 131 43
Binary 10101001 1010 10101010 1 1011110 0 100001 100101100 1011001 100011

Color Harmonies of #A90AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AAA

Black with #A90AAA

Text Example


Text Example

White with #A90AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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