Html Css Color HEX #AA4194 Medium Red Violet

📋 copy color: '#AA4194'

red 170 ◦ green 65 ◦ blue 148

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

Shades of Medium Red Violet #AA4194

Tints of Medium Red Violet #AA4194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 44.39%
G = 16.97%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA4194 (or 0xAA4194) is known color: Medium Red Violet. HEX triplet: AA, 41 and 94. RGB value is (170,65,148). Sum of RGB (Red+Green+Blue) = 170+65+148=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4194 is #55BE6B. Grayscale: #696969. Windows color (decimal): -5619308 or 9716138. OLE color: 9716138.

HSL color Cylindrical-coordinate representation of color #AA4194: hue angle of 312.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4194 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 65 148 -
CMYK 0 0.62 0.13 0.33
HSL 312.57º 0.45% 0.46% -
HSV(B) 312.57º 0.62% 0.67% -
XYZ 23.81 14.46 29.55 -
YUV 105.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 170 65 148 0 0.62 0.13 0.33 312.57 0.45 0.46
Hex AA 41 94 0 3E D 21 139 2D 2E
Octal 252 101 224 0 76 15 41 471 55 56
Binary 10101010 1000001 10010100 0 111110 1101 100001 100111001 101101 101110

Color Harmonies of #AA4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4194

Black with #AA4194

Text Example


Text Example

White with #AA4194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4194; }

 p { color: rgb(170,65,148); }

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

background-color css

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

 a { background-color: rgb(170,65,148); }

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

border-color css

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

 span { border-color: rgb(170,65,148); }

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