#A5388B

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

Shades of Medium Red Violet #A5388B

Tints of Medium Red Violet #A5388B

Color information

#A5388B (or 0xA5388B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 38 and 8B. RGB value is (165,56,139). Sum of RGB (Red+Green+Blue) = 165+56+139=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5388B is #5AC774. Grayscale: #616161. Windows color (decimal): -5949301 or 9124005. OLE color: 9124005.

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

Color convert

RGB16556139-
CMYK00.660.160.35
HSL314.31º49.32%43.33%-
HSV(B)314.31º66.06%64.71%-
XYZ21.5912.6925.74-
YUV98.05151.11175.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 56 (22.27% from 255) = 15.56%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=45.83%
G=15.56%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655613900.660.160.35314.3149.3243.33
HexA5388B042102313a312b
Octal24570213010220434726153
Binary10100101111000100010110100001010000100011100111010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5388B; }

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

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

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

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

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

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

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

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