#A5239A

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

Shades of Medium Red Violet #A5239A

Tints of Medium Red Violet #A5239A

Color information

#A5239A (or 0xA5239A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 23 and 9A. RGB value is (165,35,154). Sum of RGB (Red+Green+Blue) = 165+35+154=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5239A is #5ADC65. Grayscale: #575757. Windows color (decimal): -5954662 or 10101669. OLE color: 10101669.

HSL color Cylindrical-coordinate representation of color #A5239A: hue angle of 305.08º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5239A is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16535154-
CMYK00.790.070.35
HSL305.08º65%39.22%-
HSV(B)305.08º78.79%64.71%-
XYZ21.9511.5331.64-
YUV87.44165.57183.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 35 (14.06% from 255) = 9.89%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=46.61%
G=9.89%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653515400.790.070.35305.086539.22
HexA5239A04F7231314127
Octal24543232011774346110147
Binary1010010110001110011010010011111111000111001100011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5239A; }

 p { color: rgb(165,35,154); }

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

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

 a { background-color: rgb(165,35,154); }

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

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

 span { border-color: rgb(165,35,154); }

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