Html Css Color HEX #AA4293 Medium Red Violet

📋 copy color: '#AA4293'

red 170 ◦ green 66 ◦ blue 147

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

Shades of Medium Red Violet #AA4293

Tints of Medium Red Violet #AA4293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 44.39%
G = 17.23%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA4293 (or 0xAA4293) is known color: Medium Red Violet. HEX triplet: AA, 42 and 93. RGB value is (170,66,147). Sum of RGB (Red+Green+Blue) = 170+66+147=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4293 is #55BD6C. Grayscale: #6A6A6A. Windows color (decimal): -5619053 or 9650858. OLE color: 9650858.

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

Color convert

RGB 170 66 147 -
CMYK 0 0.61 0.14 0.33
HSL 313.27º 0.44% 0.46% -
HSV(B) 313.27º 0.61% 0.67% -
XYZ 23.79 14.55 29.16 -
YUV 106.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 170 66 147 0 0.61 0.14 0.33 313.27 0.44 0.46
Hex AA 42 93 0 3D E 21 139 2C 2E
Octal 252 102 223 0 75 16 41 471 54 56
Binary 10101010 1000010 10010011 0 111101 1110 100001 100111001 101100 101110

Color Harmonies of #AA4293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4293

Black with #AA4293

Text Example


Text Example

White with #AA4293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4293; }

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

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

background-color css

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

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

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

border-color css

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

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

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