#A93284

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

Shades of Medium Red Violet #A93284

Tints of Medium Red Violet #A93284

Color information

#A93284 (or 0xA93284) is unknown color: approx Medium Red Violet. HEX triplet: A9, 32 and 84. RGB value is (169,50,132). Sum of RGB (Red+Green+Blue) = 169+50+132=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A93284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93284 is #56CD7B. Grayscale: #5E5E5E. Windows color (decimal): -5688700 or 8663721. OLE color: 8663721.

HSL color Cylindrical-coordinate representation of color #A93284: hue angle of 318.66º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93284 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16950132-
CMYK00.700.220.34
HSL318.66º54.34%42.94%-
HSV(B)318.66º70.41%66.27%-
XYZ21.6712.3823.08-
YUV94.93148.92180.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 50 (19.92% from 255) = 14.25%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=48.15%
G=14.25%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695013200.700.220.34318.6654.3442.94
HexA93284046162213f362b
Octal25162204010626424776653
Binary10101001110010100001000100011010110100010100111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93284; }

 p { color: rgb(169,50,132); }

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

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

 a { background-color: rgb(169,50,132); }

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

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

 span { border-color: rgb(169,50,132); }

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