Html Css Color HEX #AA3A7A Medium Red Violet

📋 copy color: '#AA3A7A'

red 170 ◦ green 58 ◦ blue 122

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

Shades of Medium Red Violet #AA3A7A

Tints of Medium Red Violet #AA3A7A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

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

R = 48.57%
G = 16.57%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA3A7A (or 0xAA3A7A) is known color: Medium Red Violet. HEX triplet: AA, 3A and 7A. RGB value is (170,58,122). Sum of RGB (Red+Green+Blue) = 170+58+122=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A7A is #55C585. Grayscale: #626262. Windows color (decimal): -5621126 or 8010410. OLE color: 8010410.

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

Color convert

RGB 170 58 122 -
CMYK 0 0.66 0.28 0.33
HSL 325.71º 0.49% 0.45% -
HSV(B) 325.71º 0.66% 0.67% -
XYZ 21.6 12.98 19.78 -
YUV 98.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 170 58 122 0 0.66 0.28 0.33 325.71 0.49 0.45
Hex AA 3A 7A 0 42 1C 21 146 31 2D
Octal 252 72 172 0 102 34 41 506 61 55
Binary 10101010 111010 1111010 0 1000010 11100 100001 101000110 110001 101101

Color Harmonies of #AA3A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A7A

Black with #AA3A7A

Text Example


Text Example

White with #AA3A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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