#A5388E

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

Shades of Medium Red Violet #A5388E

Tints of Medium Red Violet #A5388E

Color information

#A5388E (or 0xA5388E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 38 and 8E. RGB value is (165,56,142). Sum of RGB (Red+Green+Blue) = 165+56+142=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5388E is #5AC771. Grayscale: #626262. Windows color (decimal): -5949298 or 9320613. OLE color: 9320613.

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

Color convert

RGB16556142-
CMYK00.660.140.35
HSL312.66º49.32%43.33%-
HSV(B)312.66º66.06%64.71%-
XYZ21.8112.7826.91-
YUV98.4152.61175.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 15.43%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=45.45%
G=15.43%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655614200.660.140.35312.6649.3243.33
HexA5388E042E23139312b
Octal24570216010216434716153
Binary1010010111100010001110010000101110100011100111001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5388E; }

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

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

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

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

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

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

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

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