Html Css Color HEX #A90FAA Dark Magenta

📋 copy color: '#A90FAA'

red 169 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A90FAA

Tints of Dark Magenta #A90FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.24%

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

R = 47.74%
G = 4.24%
B = 48.02%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A90FAA (or 0xA90FAA) is known color: Dark Magenta. HEX triplet: A9, 0F and AA. RGB value is (169,15,170). Sum of RGB (Red+Green+Blue) = 169+15+170=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #A90FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90FAA is #56F055. Grayscale: #4E4E4E. Windows color (decimal): -5697622 or 11145129. OLE color: 11145129.

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

Color convert

RGB 169 15 170 -
CMYK 0.01 0.91 0 0.33
HSL 299.61º 0.84% 0.36% -
HSV(B) 299.61º 0.91% 0.67% -
XYZ 23.79 11.68 39.03 -
YUV 78.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 169 15 170 0.01 0.91 0 0.33 299.61 0.84 0.36
Hex A9 F AA 1 5B 0 21 12C 54 24
Octal 251 17 252 1 133 0 41 454 124 44
Binary 10101001 1111 10101010 1 1011011 0 100001 100101100 1010100 100100

Color Harmonies of #A90FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FAA

Black with #A90FAA

Text Example


Text Example

White with #A90FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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