#A8389A

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

Shades of Medium Red Violet #A8389A

Tints of Medium Red Violet #A8389A

Color information

#A8389A (or 0xA8389A) is unknown color: approx Medium Red Violet. HEX triplet: A8, 38 and 9A. RGB value is (168,56,154). Sum of RGB (Red+Green+Blue) = 168+56+154=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8389A is #57C765. Grayscale: #646464. Windows color (decimal): -5752678 or 10107048. OLE color: 10107048.

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

Color convert

RGB16856154-
CMYK00.670.080.34
HSL307.5º50%43.92%-
HSV(B)307.5º66.67%65.88%-
XYZ23.413.4931.94-
YUV100.66158.11176.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 56 (22.27% from 255) = 14.81%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=44.44%
G=14.81%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685615400.670.080.34307.55043.92
HexA8389A043822134322c
Octal25070232010310424646254
Binary1010100011100010011010010000111000100010100110100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8389A; }

 p { color: rgb(168,56,154); }

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

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

 a { background-color: rgb(168,56,154); }

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

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

 span { border-color: rgb(168,56,154); }

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