#A5388A

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

Shades of Medium Red Violet #A5388A

Tints of Medium Red Violet #A5388A

Color information

#A5388A (or 0xA5388A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 38 and 8A. RGB value is (165,56,138). Sum of RGB (Red+Green+Blue) = 165+56+138=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5388A is #5AC775. Grayscale: #616161. Windows color (decimal): -5949302 or 9058469. OLE color: 9058469.

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

Color convert

RGB16556138-
CMYK00.660.160.35
HSL314.86º49.32%43.33%-
HSV(B)314.86º66.06%64.71%-
XYZ21.5212.6625.35-
YUV97.94150.61175.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=45.96%
G=15.60%
B=38.44%

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
Decimal1655613800.660.160.35314.8649.3243.33
HexA5388A042102313b312b
Octal24570212010220434736153
Binary10100101111000100010100100001010000100011100111011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5388A; }

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

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

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

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

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

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

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

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