Html Css Color HEX #AA1B7A Medium Violet Red

📋 copy color: '#AA1B7A'

red 170 ◦ green 27 ◦ blue 122

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

Shades of Medium Violet Red #AA1B7A

Tints of Medium Violet Red #AA1B7A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

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

R = 53.29%
G = 8.46%
B = 38.24%

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

#AA1B7A (or 0xAA1B7A) is known color: Medium Violet Red. HEX triplet: AA, 1B and 7A. RGB value is (170,27,122). Sum of RGB (Red+Green+Blue) = 170+27+122=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B7A is #55E485. Grayscale: #505050. Windows color (decimal): -5629062 or 8002474. OLE color: 8002474.

HSL color Cylindrical-coordinate representation of color #AA1B7A: hue angle of 320.14º degrees, saturation: 0.73, 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 #AA1B7A is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 27 122 -
CMYK 0 0.84 0.28 0.33
HSL 320.14º 0.73% 0.39% -
HSV(B) 320.14º 0.84% 0.67% -
XYZ 20.48 10.74 19.4 -
YUV 80.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 170 27 122 0 0.84 0.28 0.33 320.14 0.73 0.39
Hex AA 1B 7A 0 54 1C 21 140 49 27
Octal 252 33 172 0 124 34 41 500 111 47
Binary 10101010 11011 1111010 0 1010100 11100 100001 101000000 1001001 100111

Color Harmonies of #AA1B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B7A

Black with #AA1B7A

Text Example


Text Example

White with #AA1B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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