Html Css Color HEX #AA4294 Medium Red Violet

📋 copy color: '#AA4294'

red 170 ◦ green 66 ◦ blue 148

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

Shades of Medium Red Violet #AA4294

Tints of Medium Red Violet #AA4294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

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

R = 44.27%
G = 17.19%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA4294 (or 0xAA4294) is known color: Medium Red Violet. HEX triplet: AA, 42 and 94. RGB value is (170,66,148). Sum of RGB (Red+Green+Blue) = 170+66+148=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4294 is #55BD6B. Grayscale: #6A6A6A. Windows color (decimal): -5619052 or 9716394. OLE color: 9716394.

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

Color convert

RGB 170 66 148 -
CMYK 0 0.61 0.13 0.33
HSL 312.69º 0.44% 0.46% -
HSV(B) 312.69º 0.61% 0.67% -
XYZ 23.87 14.58 29.57 -
YUV 106.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 170 66 148 0 0.61 0.13 0.33 312.69 0.44 0.46
Hex AA 42 94 0 3D D 21 139 2C 2E
Octal 252 102 224 0 75 15 41 471 54 56
Binary 10101010 1000010 10010100 0 111101 1101 100001 100111001 101100 101110

Color Harmonies of #AA4294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4294

Black with #AA4294

Text Example


Text Example

White with #AA4294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4294; }

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

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

background-color css

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

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

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

border-color css

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

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

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