Html Css Color HEX #AA347A Medium Red Violet

📋 copy color: '#AA347A'

red 170 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #AA347A

Tints of Medium Red Violet #AA347A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 49.42%
G = 15.12%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA347A (or 0xAA347A) is known color: Medium Red Violet. HEX triplet: AA, 34 and 7A. RGB value is (170,52,122). Sum of RGB (Red+Green+Blue) = 170+52+122=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA347A is #55CB85. Grayscale: #5F5F5F. Windows color (decimal): -5622662 or 8008874. OLE color: 8008874.

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

Color convert

RGB 170 52 122 -
CMYK 0 0.69 0.28 0.33
HSL 324.41º 0.53% 0.44% -
HSV(B) 324.41º 0.69% 0.67% -
XYZ 21.32 12.41 19.68 -
YUV 95.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 170 52 122 0 0.69 0.28 0.33 324.41 0.53 0.44
Hex AA 34 7A 0 45 1C 21 144 35 2C
Octal 252 64 172 0 105 34 41 504 65 54
Binary 10101010 110100 1111010 0 1000101 11100 100001 101000100 110101 101100

Color Harmonies of #AA347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA347A

Black with #AA347A

Text Example


Text Example

White with #AA347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA347A; }

 p { color: rgb(170,52,122); }

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

background-color css

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

 a { background-color: rgb(170,52,122); }

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

border-color css

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

 span { border-color: rgb(170,52,122); }

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