Html Css Color HEX #AA1A7B Medium Violet Red

📋 copy color: '#AA1A7B'

red 170 ◦ green 26 ◦ blue 123

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

Shades of Medium Violet Red #AA1A7B

Tints of Medium Violet Red #AA1A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 53.29%
G = 8.15%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA1A7B (or 0xAA1A7B) is known color: Medium Violet Red. HEX triplet: AA, 1A and 7B. RGB value is (170,26,123). Sum of RGB (Red+Green+Blue) = 170+26+123=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A7B is #55E584. Grayscale: #4F4F4F. Windows color (decimal): -5629317 or 8067754. OLE color: 8067754.

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

Color convert

RGB 170 26 123 -
CMYK 0 0.85 0.28 0.33
HSL 319.58º 0.73% 0.38% -
HSV(B) 319.58º 0.85% 0.67% -
XYZ 20.52 10.71 19.73 -
YUV 80.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 170 26 123 0 0.85 0.28 0.33 319.58 0.73 0.38
Hex AA 1A 7B 0 55 1C 21 140 49 26
Octal 252 32 173 0 125 34 41 500 111 46
Binary 10101010 11010 1111011 0 1010101 11100 100001 101000000 1001001 100110

Color Harmonies of #AA1A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A7B

Black with #AA1A7B

Text Example


Text Example

White with #AA1A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A7B; }

 p { color: rgb(170,26,123); }

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

background-color css

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

 a { background-color: rgb(170,26,123); }

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

border-color css

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

 span { border-color: rgb(170,26,123); }

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