#AA388F

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

Shades of Medium Red Violet #AA388F

Tints of Medium Red Violet #AA388F

Color information

#AA388F (or 0xAA388F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 8F. RGB value is (170,56,143). Sum of RGB (Red+Green+Blue) = 170+56+143=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA388F is #55C770. Grayscale: #636363. Windows color (decimal): -5621617 or 9386154. OLE color: 9386154.

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

Color convert

RGB17056143-
CMYK00.670.160.33
HSL314.21º50.44%44.31%-
HSV(B)314.21º67.06%66.67%-
XYZ22.9513.3627.36-
YUV100152.27177.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=46.07%
G=15.18%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705614300.670.160.33314.2150.4444.31
HexAA388F043102113a322c
Octal25270217010320414726254
Binary10101010111000100011110100001110000100001100111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA388F; }

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

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

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

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

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

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

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

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