#AA348A

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

Shades of Medium Red Violet #AA348A

Tints of Medium Red Violet #AA348A

Color information

#AA348A (or 0xAA348A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 8A. RGB value is (170,52,138). Sum of RGB (Red+Green+Blue) = 170+52+138=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348A is #55CB75. Grayscale: #606060. Windows color (decimal): -5622646 or 9057450. OLE color: 9057450.

HSL color Cylindrical-coordinate representation of color #AA348A: hue angle of 316.27º degrees, saturation: 0.53, 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 #AA348A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17052138-
CMYK00.690.190.33
HSL316.27º53.15%43.53%-
HSV(B)316.27º69.41%66.67%-
XYZ22.3912.8425.34-
YUV97.09151.09180.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=47.22%
G=14.44%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705213800.690.190.33316.2753.1543.53
HexAA348A045132113c352c
Octal25264212010523414746554
Binary10101010110100100010100100010110011100001100111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA348A; }

 p { color: rgb(170,52,138); }

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

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

 a { background-color: rgb(170,52,138); }

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

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

 span { border-color: rgb(170,52,138); }

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