Html Css Color HEX #AA148D Medium Violet Red

📋 copy color: '#AA148D'

red 170 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #AA148D

Tints of Medium Violet Red #AA148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 51.36%
G = 6.04%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA148D (or 0xAA148D) is known color: Medium Violet Red. HEX triplet: AA, 14 and 8D. RGB value is (170,20,141). Sum of RGB (Red+Green+Blue) = 170+20+141=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA148D is #55EB72. Grayscale: #4E4E4E. Windows color (decimal): -5630835 or 9245866. OLE color: 9245866.

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

Color convert

RGB 170 20 141 -
CMYK 0 0.88 0.17 0.33
HSL 311.6º 0.79% 0.37% -
HSV(B) 311.6º 0.88% 0.67% -
XYZ 21.64 10.97 26.18 -
YUV 78.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 170 20 141 0 0.88 0.17 0.33 311.6 0.79 0.37
Hex AA 14 8D 0 58 11 21 138 4F 25
Octal 252 24 215 0 130 21 41 470 117 45
Binary 10101010 10100 10001101 0 1011000 10001 100001 100111000 1001111 100101

Color Harmonies of #AA148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA148D

Black with #AA148D

Text Example


Text Example

White with #AA148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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