Html Css Color HEX #AA1C7A Medium Red Violet

📋 copy color: '#AA1C7A'

red 170 ◦ green 28 ◦ blue 122

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

Shades of Medium Red Violet #AA1C7A

Tints of Medium Red Violet #AA1C7A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 53.13%
G = 8.75%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA1C7A (or 0xAA1C7A) is known color: Medium Red Violet. HEX triplet: AA, 1C and 7A. RGB value is (170,28,122). Sum of RGB (Red+Green+Blue) = 170+28+122=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C7A is #55E385. Grayscale: #505050. Windows color (decimal): -5628806 or 8002730. OLE color: 8002730.

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

Color convert

RGB 170 28 122 -
CMYK 0 0.84 0.28 0.33
HSL 320.28º 0.72% 0.39% -
HSV(B) 320.28º 0.84% 0.67% -
XYZ 20.51 10.78 19.41 -
YUV 81.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 170 28 122 0 0.84 0.28 0.33 320.28 0.72 0.39
Hex AA 1C 7A 0 54 1C 21 140 48 27
Octal 252 34 172 0 124 34 41 500 110 47
Binary 10101010 11100 1111010 0 1010100 11100 100001 101000000 1001000 100111

Color Harmonies of #AA1C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C7A

Black with #AA1C7A

Text Example


Text Example

White with #AA1C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C7A; }

 p { color: rgb(170,28,122); }

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

background-color css

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

 a { background-color: rgb(170,28,122); }

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

border-color css

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

 span { border-color: rgb(170,28,122); }

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