#A4279A

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

Shades of Medium Red Violet #A4279A

Tints of Medium Red Violet #A4279A

Color information

#A4279A (or 0xA4279A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 27 and 9A. RGB value is (164,39,154). Sum of RGB (Red+Green+Blue) = 164+39+154=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4279A is #5BD865. Grayscale: #595959. Windows color (decimal): -6019174 or 10102692. OLE color: 10102692.

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

Color convert

RGB16439154-
CMYK00.760.060.36
HSL304.8º61.58%39.8%-
HSV(B)304.8º76.22%64.31%-
XYZ21.8711.6831.67-
YUV89.48164.41181.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 39 (15.62% from 255) = 10.92%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=45.94%
G=10.92%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643915400.760.060.36304.861.5839.8
HexA4279A04C6241313e28
Octal2444723201146444617650
Binary101001001001111001101001001100110100100100110001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4279A; }

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

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

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

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

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

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

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

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