#AA348C

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

Shades of Medium Red Violet #AA348C

Tints of Medium Red Violet #AA348C

Color information

#AA348C (or 0xAA348C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 8C. RGB value is (170,52,140). Sum of RGB (Red+Green+Blue) = 170+52+140=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348C is #55CB73. Grayscale: #616161. Windows color (decimal): -5622644 or 9188522. OLE color: 9188522.

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

Color convert

RGB17052140-
CMYK00.690.180.33
HSL315.25º53.15%43.53%-
HSV(B)315.25º69.41%66.67%-
XYZ22.5412.926.11-
YUV97.31152.09179.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=46.96%
G=14.36%
B=38.67%

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
Decimal1705214000.690.180.33315.2553.1543.53
HexAA348C045122113b352c
Octal25264214010522414736554
Binary10101010110100100011000100010110010100001100111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA348C; }

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

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

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

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

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

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

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

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