#AA368F

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

Shades of Medium Red Violet #AA368F

Tints of Medium Red Violet #AA368F

Color information

#AA368F (or 0xAA368F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 8F. RGB value is (170,54,143). Sum of RGB (Red+Green+Blue) = 170+54+143=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA368F is #55C970. Grayscale: #626262. Windows color (decimal): -5622129 or 9385642. OLE color: 9385642.

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

Color convert

RGB17054143-
CMYK00.680.160.33
HSL313.97º51.79%43.92%-
HSV(B)313.97º68.24%66.67%-
XYZ22.8513.1727.32-
YUV98.83152.93178.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=46.32%
G=14.71%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705414300.680.160.33313.9751.7943.92
HexAA368F044102113a342c
Octal25266217010420414726454
Binary10101010110110100011110100010010000100001100111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA368F; }

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

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

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

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

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

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

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

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