#A5368D

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

Shades of Medium Red Violet #A5368D

Tints of Medium Red Violet #A5368D

Color information

#A5368D (or 0xA5368D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 36 and 8D. RGB value is (165,54,141). Sum of RGB (Red+Green+Blue) = 165+54+141=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5368D is #5AC972. Grayscale: #606060. Windows color (decimal): -5949811 or 9254565. OLE color: 9254565.

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

Color convert

RGB16554141-
CMYK00.670.150.35
HSL312.97º50.68%42.94%-
HSV(B)312.97º67.27%64.71%-
XYZ21.6412.5626.48-
YUV97.11152.77176.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=45.83%
G=15%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655414100.670.150.35312.9750.6842.94
HexA5368D043F23139332b
Octal24566215010317434716353
Binary1010010111011010001101010000111111100011100111001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5368D; }

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

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

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

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

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

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

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

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