Html Css Color HEX #AA0F8C Medium Violet Red

📋 copy color: '#AA0F8C'

red 170 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #AA0F8C

Tints of Medium Violet Red #AA0F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 52.31%
G = 4.62%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA0F8C (or 0xAA0F8C) is known color: Medium Violet Red. HEX triplet: AA, 0F and 8C. RGB value is (170,15,140). Sum of RGB (Red+Green+Blue) = 170+15+140=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F8C is #55F073. Grayscale: #4B4B4B. Windows color (decimal): -5632116 or 9179050. OLE color: 9179050.

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

Color convert

RGB 170 15 140 -
CMYK 0 0.91 0.18 0.33
HSL 311.61º 0.84% 0.36% -
HSV(B) 311.61º 0.91% 0.67% -
XYZ 21.48 10.78 25.76 -
YUV 75.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 170 15 140 0 0.91 0.18 0.33 311.61 0.84 0.36
Hex AA F 8C 0 5B 12 21 138 54 24
Octal 252 17 214 0 133 22 41 470 124 44
Binary 10101010 1111 10001100 0 1011011 10010 100001 100111000 1010100 100100

Color Harmonies of #AA0F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F8C

Black with #AA0F8C

Text Example


Text Example

White with #AA0F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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