#A5368B

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

Shades of Medium Red Violet #A5368B

Tints of Medium Red Violet #A5368B

Color information

#A5368B (or 0xA5368B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 36 and 8B. RGB value is (165,54,139). Sum of RGB (Red+Green+Blue) = 165+54+139=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5368B is #5AC974. Grayscale: #606060. Windows color (decimal): -5949813 or 9123493. OLE color: 9123493.

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

Color convert

RGB16554139-
CMYK00.670.160.35
HSL314.05º50.68%42.94%-
HSV(B)314.05º67.27%64.71%-
XYZ21.512.525.71-
YUV96.88151.77176.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=46.09%
G=15.08%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655413900.670.160.35314.0550.6842.94
HexA5368B043102313a332b
Octal24566213010320434726353
Binary10100101110110100010110100001110000100011100111010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5368B; }

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

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

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

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

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

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

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

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