Html Css Color HEX #AA1B7C Medium Violet Red

📋 copy color: '#AA1B7C'

red 170 ◦ green 27 ◦ blue 124

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

Shades of Medium Violet Red #AA1B7C

Tints of Medium Violet Red #AA1B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 52.96%
G = 8.41%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA1B7C (or 0xAA1B7C) is known color: Medium Violet Red. HEX triplet: AA, 1B and 7C. RGB value is (170,27,124). Sum of RGB (Red+Green+Blue) = 170+27+124=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B7C is #55E483. Grayscale: #505050. Windows color (decimal): -5629060 or 8133546. OLE color: 8133546.

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

Color convert

RGB 170 27 124 -
CMYK 0 0.84 0.27 0.33
HSL 319.3º 0.73% 0.39% -
HSV(B) 319.3º 0.84% 0.67% -
XYZ 20.61 10.79 20.06 -
YUV 80.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 170 27 124 0 0.84 0.27 0.33 319.3 0.73 0.39
Hex AA 1B 7C 0 54 1B 21 13F 49 27
Octal 252 33 174 0 124 33 41 477 111 47
Binary 10101010 11011 1111100 0 1010100 11011 100001 100111111 1001001 100111

Color Harmonies of #AA1B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B7C

Black with #AA1B7C

Text Example


Text Example

White with #AA1B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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