#A83284

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

Shades of Medium Red Violet #A83284

Tints of Medium Red Violet #A83284

Color information

#A83284 (or 0xA83284) is unknown color: approx Medium Red Violet. HEX triplet: A8, 32 and 84. RGB value is (168,50,132). Sum of RGB (Red+Green+Blue) = 168+50+132=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A83284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83284 is #57CD7B. Grayscale: #5E5E5E. Windows color (decimal): -5754236 or 8663720. OLE color: 8663720.

HSL color Cylindrical-coordinate representation of color #A83284: hue angle of 318.31º 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 #A83284 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB16850132-
CMYK00.700.210.34
HSL318.31º54.13%42.75%-
HSV(B)318.31º70.24%65.88%-
XYZ21.4512.2723.07-
YUV94.63149.09180.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=48%
G=14.29%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685013200.700.210.34318.3154.1342.75
HexA83284046152213e362b
Octal25062204010625424766653
Binary10101000110010100001000100011010101100010100111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83284; }

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

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

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

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

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

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

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

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