#AA309A

Color #AA309A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA309A

Tints of Medium Red Violet #AA309A

Color information

#AA309A (or 0xAA309A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 30 and 9A. RGB value is (170,48,154). Sum of RGB (Red+Green+Blue) = 170+48+154=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA309A is #55CF65. Grayscale: #606060. Windows color (decimal): -5623654 or 10105002. OLE color: 10105002.

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

Color convert

RGB17048154-
CMYK00.720.090.33
HSL307.87º55.96%42.75%-
HSV(B)307.87º71.76%66.67%-
XYZ23.4712.9931.84-
YUV96.56160.42180.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 48 (19.14% from 255) = 12.90%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=45.70%
G=12.90%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704815400.720.090.33307.8755.9642.75
HexAA309A048921134382b
Octal25260232011011414647053
Binary1010101011000010011010010010001001100001100110100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA309A; }

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

 H1.HeaderClassName
 {
   color: #AA309A;
 }
 .AnyTagClassName
 {
   color: #AA309A;
 }
</style>
background-color css

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

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

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

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

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

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