#A5259D

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

Shades of Medium Red Violet #A5259D

Tints of Medium Red Violet #A5259D

Color information

#A5259D (or 0xA5259D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 25 and 9D. RGB value is (165,37,157). Sum of RGB (Red+Green+Blue) = 165+37+157=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5259D is #5ADA62. Grayscale: #585858. Windows color (decimal): -5954147 or 10298789. OLE color: 10298789.

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

Color convert

RGB16537157-
CMYK00.780.050.35
HSL303.75º63.37%39.61%-
HSV(B)303.75º77.58%64.71%-
XYZ22.2611.7632.99-
YUV88.95166.41182.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=45.96%
G=10.31%
B=43.73%

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
Decimal1653715700.780.050.35303.7563.3739.61
HexA5259D04E5231303f28
Octal2454523501165434607750
Binary101001011001011001110101001110101100011100110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5259D; }

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

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

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

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

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

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

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

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