#A43684

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

Shades of Medium Red Violet #A43684

Tints of Medium Red Violet #A43684

Color information

#A43684 (or 0xA43684) is unknown color: approx Medium Red Violet. HEX triplet: A4, 36 and 84. RGB value is (164,54,132). Sum of RGB (Red+Green+Blue) = 164+54+132=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A43684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43684 is #5BC97B. Grayscale: #5F5F5F. Windows color (decimal): -6015356 or 8664740. OLE color: 8664740.

HSL color Cylindrical-coordinate representation of color #A43684: hue angle of 317.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43684 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16454132-
CMYK00.670.200.36
HSL317.45º50.46%42.75%-
HSV(B)317.45º67.07%64.31%-
XYZ20.7912.223.09-
YUV95.78148.44176.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=46.86%
G=15.43%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645413200.670.200.36317.4550.4642.75
HexA43684043142413d322b
Octal24466204010324444756253
Binary10100100110110100001000100001110100100100100111101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43684; }

 p { color: rgb(164,54,132); }

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

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

 a { background-color: rgb(164,54,132); }

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

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

 span { border-color: rgb(164,54,132); }

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