Html Css Color HEX #AA367A Medium Red Violet

📋 copy color: '#AA367A'

red 170 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #AA367A

Tints of Medium Red Violet #AA367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 49.13%
G = 15.61%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA367A (or 0xAA367A) is known color: Medium Red Violet. HEX triplet: AA, 36 and 7A. RGB value is (170,54,122). Sum of RGB (Red+Green+Blue) = 170+54+122=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA367A is #55C985. Grayscale: #606060. Windows color (decimal): -5622150 or 8009386. OLE color: 8009386.

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

Color convert

RGB 170 54 122 -
CMYK 0 0.68 0.28 0.33
HSL 324.83º 0.52% 0.44% -
HSV(B) 324.83º 0.68% 0.67% -
XYZ 21.41 12.59 19.71 -
YUV 96.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 170 54 122 0 0.68 0.28 0.33 324.83 0.52 0.44
Hex AA 36 7A 0 44 1C 21 145 34 2C
Octal 252 66 172 0 104 34 41 505 64 54
Binary 10101010 110110 1111010 0 1000100 11100 100001 101000101 110100 101100

Color Harmonies of #AA367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA367A

Black with #AA367A

Text Example


Text Example

White with #AA367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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