Html Css Color HEX #AA147B Medium Violet Red

📋 copy color: '#AA147B'

red 170 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #AA147B

Tints of Medium Violet Red #AA147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

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

R = 54.31%
G = 6.39%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA147B (or 0xAA147B) is known color: Medium Violet Red. HEX triplet: AA, 14 and 7B. RGB value is (170,20,123). Sum of RGB (Red+Green+Blue) = 170+20+123=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA147B is #55EB84. Grayscale: #4C4C4C. Windows color (decimal): -5630853 or 8066218. OLE color: 8066218.

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

Color convert

RGB 170 20 123 -
CMYK 0 0.88 0.28 0.33
HSL 318.8º 0.79% 0.37% -
HSV(B) 318.8º 0.88% 0.67% -
XYZ 20.4 10.48 19.69 -
YUV 76.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 170 20 123 0 0.88 0.28 0.33 318.8 0.79 0.37
Hex AA 14 7B 0 58 1C 21 13F 4F 25
Octal 252 24 173 0 130 34 41 477 117 45
Binary 10101010 10100 1111011 0 1011000 11100 100001 100111111 1001111 100101

Color Harmonies of #AA147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA147B

Black with #AA147B

Text Example


Text Example

White with #AA147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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