#AA3894

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

Shades of Medium Red Violet #AA3894

Tints of Medium Red Violet #AA3894

Color information

#AA3894 (or 0xAA3894) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 94. RGB value is (170,56,148). Sum of RGB (Red+Green+Blue) = 170+56+148=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3894 is #55C76B. Grayscale: #646464. Windows color (decimal): -5621612 or 9713834. OLE color: 9713834.

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

Color convert

RGB17056148-
CMYK00.670.130.33
HSL311.58º50.44%44.31%-
HSV(B)311.58º67.06%66.67%-
XYZ23.3413.5129.4-
YUV100.57154.77177.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 14.97%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=45.45%
G=14.97%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705614800.670.130.33311.5850.4444.31
HexAA3894043D21138322c
Octal25270224010315414706254
Binary1010101011100010010100010000111101100001100111000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3894; }

 p { color: rgb(170,56,148); }

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

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

 a { background-color: rgb(170,56,148); }

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

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

 span { border-color: rgb(170,56,148); }

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