Html Css Color HEX #AA0FA5 Dark Magenta

📋 copy color: '#AA0FA5'

red 170 ◦ green 15 ◦ blue 165

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

Shades of Dark Magenta #AA0FA5

Tints of Dark Magenta #AA0FA5

RGB

 RED value IS 170 (66.8% from 255) = 48.57%

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

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 48.57%
G = 4.29%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA0FA5 (or 0xAA0FA5) is known color: Dark Magenta. HEX triplet: AA, 0F and A5. RGB value is (170,15,165). Sum of RGB (Red+Green+Blue) = 170+15+165=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FA5 is #55F05A. Grayscale: #4E4E4E. Windows color (decimal): -5632091 or 10817450. OLE color: 10817450.

HSL color Cylindrical-coordinate representation of color #AA0FA5: hue angle of 301.94º 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 #AA0FA5 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 165 -
CMYK 0 0.91 0.03 0.33
HSL 301.94º 0.84% 0.36% -
HSV(B) 301.94º 0.91% 0.67% -
XYZ 23.54 11.6 36.6 -
YUV 78.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 170 15 165 0 0.91 0.03 0.33 301.94 0.84 0.36
Hex AA F A5 0 5B 3 21 12E 54 24
Octal 252 17 245 0 133 3 41 456 124 44
Binary 10101010 1111 10100101 0 1011011 11 100001 100101110 1010100 100100

Color Harmonies of #AA0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FA5

Black with #AA0FA5

Text Example


Text Example

White with #AA0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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