#A4259A

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

Shades of Medium Red Violet #A4259A

Tints of Medium Red Violet #A4259A

Color information

#A4259A (or 0xA4259A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 25 and 9A. RGB value is (164,37,154). Sum of RGB (Red+Green+Blue) = 164+37+154=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4259A is #5BDA65. Grayscale: #575757. Windows color (decimal): -6019686 or 10102180. OLE color: 10102180.

HSL color Cylindrical-coordinate representation of color #A4259A: hue angle of 304.72º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4259A is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16437154-
CMYK00.770.060.36
HSL304.72º63.18%39.41%-
HSV(B)304.72º77.44%64.31%-
XYZ21.811.5531.65-
YUV88.31165.08181.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 37 (14.84% from 255) = 10.42%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=46.20%
G=10.42%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643715400.770.060.36304.7263.1839.41
HexA4259A04D6241313f27
Octal2444523201156444617747
Binary101001001001011001101001001101110100100100110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4259A; }

 p { color: rgb(164,37,154); }

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

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

 a { background-color: rgb(164,37,154); }

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

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

 span { border-color: rgb(164,37,154); }

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