Html Css Color HEX #AA148B Medium Violet Red

📋 copy color: '#AA148B'

red 170 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #AA148B

Tints of Medium Violet Red #AA148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 51.67%
G = 6.08%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA148B (or 0xAA148B) is known color: Medium Violet Red. HEX triplet: AA, 14 and 8B. RGB value is (170,20,139). Sum of RGB (Red+Green+Blue) = 170+20+139=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA148B is #55EB74. Grayscale: #4E4E4E. Windows color (decimal): -5630837 or 9114794. OLE color: 9114794.

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

Color convert

RGB 170 20 139 -
CMYK 0 0.88 0.18 0.33
HSL 312.4º 0.79% 0.37% -
HSV(B) 312.4º 0.88% 0.67% -
XYZ 21.49 10.91 25.4 -
YUV 78.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 170 20 139 0 0.88 0.18 0.33 312.4 0.79 0.37
Hex AA 14 8B 0 58 12 21 138 4F 25
Octal 252 24 213 0 130 22 41 470 117 45
Binary 10101010 10100 10001011 0 1011000 10010 100001 100111000 1001111 100101

Color Harmonies of #AA148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA148B

Black with #AA148B

Text Example


Text Example

White with #AA148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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