#A9388E

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

Shades of Medium Red Violet #A9388E

Tints of Medium Red Violet #A9388E

Color information

#A9388E (or 0xA9388E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 38 and 8E. RGB value is (169,56,142). Sum of RGB (Red+Green+Blue) = 169+56+142=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9388E is #56C771. Grayscale: #636363. Windows color (decimal): -5687154 or 9320617. OLE color: 9320617.

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

Color convert

RGB16956142-
CMYK00.670.160.34
HSL314.34º50.22%44.12%-
HSV(B)314.34º66.86%66.27%-
XYZ22.6613.2226.95-
YUV99.59151.94177.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=46.05%
G=15.26%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695614200.670.160.34314.3450.2244.12
HexA9388E043102213a322c
Octal25170216010320424726254
Binary10101001111000100011100100001110000100010100111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9388E; }

 p { color: rgb(169,56,142); }

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

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

 a { background-color: rgb(169,56,142); }

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

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

 span { border-color: rgb(169,56,142); }

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