Html Css Color HEX #AA307A Medium Red Violet

📋 copy color: '#AA307A'

red 170 ◦ green 48 ◦ blue 122

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

Shades of Medium Red Violet #AA307A

Tints of Medium Red Violet #AA307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

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

R = 50%
G = 14.12%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA307A (or 0xAA307A) is known color: Medium Red Violet. HEX triplet: AA, 30 and 7A. RGB value is (170,48,122). Sum of RGB (Red+Green+Blue) = 170+48+122=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA307A is #55CF85. Grayscale: #5C5C5C. Windows color (decimal): -5623686 or 8007850. OLE color: 8007850.

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

Color convert

RGB 170 48 122 -
CMYK 0 0.72 0.28 0.33
HSL 323.61º 0.56% 0.43% -
HSV(B) 323.61º 0.72% 0.67% -
XYZ 21.15 12.07 19.63 -
YUV 92.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 170 48 122 0 0.72 0.28 0.33 323.61 0.56 0.43
Hex AA 30 7A 0 48 1C 21 144 38 2B
Octal 252 60 172 0 110 34 41 504 70 53
Binary 10101010 110000 1111010 0 1001000 11100 100001 101000100 111000 101011

Color Harmonies of #AA307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA307A

Black with #AA307A

Text Example


Text Example

White with #AA307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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