#A5338A

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

Shades of Medium Red Violet #A5338A

Tints of Medium Red Violet #A5338A

Color information

#A5338A (or 0xA5338A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 8A. RGB value is (165,51,138). Sum of RGB (Red+Green+Blue) = 165+51+138=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5338A is #5ACC75. Grayscale: #5E5E5E. Windows color (decimal): -5950582 or 9057189. OLE color: 9057189.

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

Color convert

RGB16551138-
CMYK00.690.160.35
HSL314.21º52.78%42.35%-
HSV(B)314.21º69.09%64.71%-
XYZ21.2912.225.28-
YUV95152.27177.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=46.61%
G=14.41%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655113800.690.160.35314.2152.7842.35
HexA5338A045102313a352a
Octal24563212010520434726552
Binary10100101110011100010100100010110000100011100111010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5338A; }

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

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

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

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

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

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

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

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