#A5259C

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

Shades of Medium Red Violet #A5259C

Tints of Medium Red Violet #A5259C

Color information

#A5259C (or 0xA5259C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 25 and 9C. RGB value is (165,37,156). Sum of RGB (Red+Green+Blue) = 165+37+156=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5259C is #5ADA63. Grayscale: #585858. Windows color (decimal): -5954148 or 10233253. OLE color: 10233253.

HSL color Cylindrical-coordinate representation of color #A5259C: hue angle of 304.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5259C is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16537156-
CMYK00.780.050.35
HSL304.22º63.37%39.61%-
HSV(B)304.22º77.58%64.71%-
XYZ22.1811.7232.55-
YUV88.84165.91182.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 37 (14.84% from 255) = 10.34%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=46.09%
G=10.34%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653715600.780.050.35304.2263.3739.61
HexA5259C04E5231303f28
Octal2454523401165434607750
Binary101001011001011001110001001110101100011100110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5259C; }

 p { color: rgb(165,37,156); }

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

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

 a { background-color: rgb(165,37,156); }

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

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

 span { border-color: rgb(165,37,156); }

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