Html Css Color HEX #AA0C8A Medium Violet Red

📋 copy color: '#AA0C8A'

red 170 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #AA0C8A

Tints of Medium Violet Red #AA0C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 53.13%
G = 3.75%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA0C8A (or 0xAA0C8A) is known color: Medium Violet Red. HEX triplet: AA, 0C and 8A. RGB value is (170,12,138). Sum of RGB (Red+Green+Blue) = 170+12+138=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C8A is #55F375. Grayscale: #494949. Windows color (decimal): -5632886 or 9047210. OLE color: 9047210.

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

Color convert

RGB 170 12 138 -
CMYK 0 0.93 0.19 0.33
HSL 312.15º 0.87% 0.36% -
HSV(B) 312.15º 0.93% 0.67% -
XYZ 21.3 10.64 24.98 -
YUV 73.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 170 12 138 0 0.93 0.19 0.33 312.15 0.87 0.36
Hex AA C 8A 0 5D 13 21 138 57 24
Octal 252 14 212 0 135 23 41 470 127 44
Binary 10101010 1100 10001010 0 1011101 10011 100001 100111000 1010111 100100

Color Harmonies of #AA0C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C8A

Black with #AA0C8A

Text Example


Text Example

White with #AA0C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C8A; }

 p { color: rgb(170,12,138); }

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

background-color css

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

 a { background-color: rgb(170,12,138); }

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

border-color css

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

 span { border-color: rgb(170,12,138); }

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