Html Css Color HEX #AA347B Medium Red Violet

📋 copy color: '#AA347B'

red 170 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #AA347B

Tints of Medium Red Violet #AA347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 49.28%
G = 15.07%
B = 35.65%

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

#AA347B (or 0xAA347B) is known color: Medium Red Violet. HEX triplet: AA, 34 and 7B. RGB value is (170,52,123). Sum of RGB (Red+Green+Blue) = 170+52+123=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA347B is #55CB84. Grayscale: #5F5F5F. Windows color (decimal): -5622661 or 8074410. OLE color: 8074410.

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

Color convert

RGB 170 52 123 -
CMYK 0 0.69 0.28 0.33
HSL 323.9º 0.53% 0.44% -
HSV(B) 323.9º 0.69% 0.67% -
XYZ 21.38 12.43 20.01 -
YUV 95.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 170 52 123 0 0.69 0.28 0.33 323.9 0.53 0.44
Hex AA 34 7B 0 45 1C 21 144 35 2C
Octal 252 64 173 0 105 34 41 504 65 54
Binary 10101010 110100 1111011 0 1000101 11100 100001 101000100 110101 101100

Color Harmonies of #AA347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA347B

Black with #AA347B

Text Example


Text Example

White with #AA347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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