#AA369F

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

Shades of Medium Red Violet #AA369F

Tints of Medium Red Violet #AA369F

Color information

#AA369F (or 0xAA369F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 9F. RGB value is (170,54,159). Sum of RGB (Red+Green+Blue) = 170+54+159=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA369F is #55C960. Grayscale: #646464. Windows color (decimal): -5622113 or 10434218. OLE color: 10434218.

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

Color convert

RGB17054159-
CMYK00.680.060.33
HSL305.69º51.79%43.92%-
HSV(B)305.69º68.24%66.67%-
XYZ24.1513.6934.17-
YUV100.65160.93177.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=44.39%
G=14.10%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705415900.680.060.33305.6951.7943.92
HexAA369F044621132342c
Octal2526623701046414626454
Binary101010101101101001111101000100110100001100110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA369F; }

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

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

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

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

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

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

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

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