Html Css Color HEX #AA347E Medium Red Violet

📋 copy color: '#AA347E'

red 170 ◦ green 52 ◦ blue 126

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

Shades of Medium Red Violet #AA347E

Tints of Medium Red Violet #AA347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 48.85%
G = 14.94%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA347E (or 0xAA347E) is known color: Medium Red Violet. HEX triplet: AA, 34 and 7E. RGB value is (170,52,126). Sum of RGB (Red+Green+Blue) = 170+52+126=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA347E is #55CB81. Grayscale: #5F5F5F. Windows color (decimal): -5622658 or 8271018. OLE color: 8271018.

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

Color convert

RGB 170 52 126 -
CMYK 0 0.69 0.26 0.33
HSL 322.37º 0.53% 0.44% -
HSV(B) 322.37º 0.69% 0.67% -
XYZ 21.57 12.51 21.02 -
YUV 95.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 170 52 126 0 0.69 0.26 0.33 322.37 0.53 0.44
Hex AA 34 7E 0 45 1A 21 142 35 2C
Octal 252 64 176 0 105 32 41 502 65 54
Binary 10101010 110100 1111110 0 1000101 11010 100001 101000010 110101 101100

Color Harmonies of #AA347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA347E

Black with #AA347E

Text Example


Text Example

White with #AA347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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