Html Css Color HEX #AA1A98 Medium Violet Red

📋 copy color: '#AA1A98'

red 170 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #AA1A98

Tints of Medium Violet Red #AA1A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 48.85%
G = 7.47%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA1A98 (or 0xAA1A98) is known color: Medium Violet Red. HEX triplet: AA, 1A and 98. RGB value is (170,26,152). Sum of RGB (Red+Green+Blue) = 170+26+152=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1A98 is #55E567. Grayscale: #535353. Windows color (decimal): -5629288 or 9968298. OLE color: 9968298.

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

Color convert

RGB 170 26 152 -
CMYK 0 0.85 0.11 0.33
HSL 307.5º 0.73% 0.38% -
HSV(B) 307.5º 0.85% 0.67% -
XYZ 22.61 11.55 30.74 -
YUV 83.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 170 26 152 0 0.85 0.11 0.33 307.5 0.73 0.38
Hex AA 1A 98 0 55 B 21 134 49 26
Octal 252 32 230 0 125 13 41 464 111 46
Binary 10101010 11010 10011000 0 1010101 1011 100001 100110100 1001001 100110

Color Harmonies of #AA1A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A98

Black with #AA1A98

Text Example


Text Example

White with #AA1A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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