Html Css Color HEX #AA0F90 Medium Violet Red

📋 copy color: '#AA0F90'

red 170 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #AA0F90

Tints of Medium Violet Red #AA0F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 51.67%
G = 4.56%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0F90 (or 0xAA0F90) is known color: Medium Violet Red. HEX triplet: AA, 0F and 90. RGB value is (170,15,144). Sum of RGB (Red+Green+Blue) = 170+15+144=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F90 is #55F06F. Grayscale: #4B4B4B. Windows color (decimal): -5632112 or 9441194. OLE color: 9441194.

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

Color convert

RGB 170 15 144 -
CMYK 0 0.91 0.15 0.33
HSL 310.06º 0.84% 0.36% -
HSV(B) 310.06º 0.91% 0.67% -
XYZ 21.78 10.9 27.34 -
YUV 76.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 170 15 144 0 0.91 0.15 0.33 310.06 0.84 0.36
Hex AA F 90 0 5B F 21 136 54 24
Octal 252 17 220 0 133 17 41 466 124 44
Binary 10101010 1111 10010000 0 1011011 1111 100001 100110110 1010100 100100

Color Harmonies of #AA0F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F90

Black with #AA0F90

Text Example


Text Example

White with #AA0F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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