#A83078

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

Shades of Medium Red Violet #A83078

Tints of Medium Red Violet #A83078

Color information

#A83078 (or 0xA83078) is unknown color: approx Medium Red Violet. HEX triplet: A8, 30 and 78. RGB value is (168,48,120). Sum of RGB (Red+Green+Blue) = 168+48+120=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83078 is #57CF87. Grayscale: #5B5B5B. Windows color (decimal): -5754760 or 7876776. OLE color: 7876776.

HSL color Cylindrical-coordinate representation of color #A83078: hue angle of 324º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83078 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16848120-
CMYK00.710.290.34
HSL324º55.56%42.35%-
HSV(B)324º71.43%65.88%-
XYZ20.611.7918.96-
YUV92.09143.76182.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684812000.710.290.3432455.5642.35
HexA830780471D22144382a
Octal25060170010735425047052
Binary1010100011000011110000100011111101100010101000100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83078; }

 p { color: rgb(168,48,120); }

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

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

 a { background-color: rgb(168,48,120); }

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

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

 span { border-color: rgb(168,48,120); }

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