Html Css Color HEX #A90AAE Deep Magenta

📋 copy color: '#A90AAE'

red 169 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #A90AAE

Tints of Deep Magenta #A90AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 47.88%
G = 2.83%
B = 49.29%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A90AAE (or 0xA90AAE) is known color: Deep Magenta. HEX triplet: A9, 0A and AE. RGB value is (169,10,174). Sum of RGB (Red+Green+Blue) = 169+10+174=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A90AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAE is #56F551. Grayscale: #4B4B4B. Windows color (decimal): -5698898 or 11405993. OLE color: 11405993.

HSL color Cylindrical-coordinate representation of color #A90AAE: hue angle of 298.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AAE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 10 174 -
CMYK 0.03 0.94 0 0.32
HSL 298.17º 0.89% 0.36% -
HSV(B) 298.17º 0.94% 0.68% -
XYZ 24.11 11.71 41.03 -
YUV 76.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 169 10 174 0.03 0.94 0 0.32 298.17 0.89 0.36
Hex A9 A AE 3 5E 0 20 12A 59 24
Octal 251 12 256 3 136 0 40 452 131 44
Binary 10101001 1010 10101110 11 1011110 0 100000 100101010 1011001 100100

Color Harmonies of #A90AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AAE

Black with #A90AAE

Text Example


Text Example

White with #A90AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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