#AA358B

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

Shades of Medium Red Violet #AA358B

Tints of Medium Red Violet #AA358B

Color information

#AA358B (or 0xAA358B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 8B. RGB value is (170,53,139). Sum of RGB (Red+Green+Blue) = 170+53+139=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA358B is #55CA74. Grayscale: #616161. Windows color (decimal): -5622389 or 9123242. OLE color: 9123242.

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

Color convert

RGB17053139-
CMYK00.690.180.33
HSL315.9º52.47%43.73%-
HSV(B)315.9º68.82%66.67%-
XYZ22.5112.9625.74-
YUV97.79151.26179.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=46.96%
G=14.64%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705313900.690.180.33315.952.4743.73
HexAA358B045122113c342c
Octal25265213010522414746454
Binary10101010110101100010110100010110010100001100111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA358B; }

 p { color: rgb(170,53,139); }

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

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

 a { background-color: rgb(170,53,139); }

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

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

 span { border-color: rgb(170,53,139); }

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