Html Css Color HEX #AA347D Medium Red Violet

📋 copy color: '#AA347D'

red 170 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #AA347D

Tints of Medium Red Violet #AA347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 48.99%
G = 14.99%
B = 36.02%

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

#AA347D (or 0xAA347D) is known color: Medium Red Violet. HEX triplet: AA, 34 and 7D. RGB value is (170,52,125). Sum of RGB (Red+Green+Blue) = 170+52+125=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA347D is #55CB82. Grayscale: #5F5F5F. Windows color (decimal): -5622659 or 8205482. OLE color: 8205482.

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

Color convert

RGB 170 52 125 -
CMYK 0 0.69 0.26 0.33
HSL 322.88º 0.53% 0.44% -
HSV(B) 322.88º 0.69% 0.67% -
XYZ 21.51 12.48 20.68 -
YUV 95.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 170 52 125 0 0.69 0.26 0.33 322.88 0.53 0.44
Hex AA 34 7D 0 45 1A 21 143 35 2C
Octal 252 64 175 0 105 32 41 503 65 54
Binary 10101010 110100 1111101 0 1000101 11010 100001 101000011 110101 101100

Color Harmonies of #AA347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA347D

Black with #AA347D

Text Example


Text Example

White with #AA347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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