#A5389A

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

Shades of Medium Red Violet #A5389A

Tints of Medium Red Violet #A5389A

Color information

#A5389A (or 0xA5389A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 38 and 9A. RGB value is (165,56,154). Sum of RGB (Red+Green+Blue) = 165+56+154=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5389A is #5AC765. Grayscale: #636363. Windows color (decimal): -5949286 or 10107045. OLE color: 10107045.

HSL color Cylindrical-coordinate representation of color #A5389A: hue angle of 306.06º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5389A is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16556154-
CMYK00.660.070.35
HSL306.06º49.32%43.33%-
HSV(B)306.06º66.06%64.71%-
XYZ22.7613.1631.91-
YUV99.76158.61174.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=44%
G=14.93%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655615400.660.070.35306.0649.3243.33
HexA5389A042723132312b
Octal2457023201027434626153
Binary101001011110001001101001000010111100011100110010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5389A; }

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

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

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

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

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

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

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

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