#a83f7b

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

Shades of Medium Red Violet #A83F7B

Tints of Medium Red Violet #A83F7B

Color information

#A83F7B (or 0xA83F7B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3F and 7B. RGB value is (168,63,123). Sum of RGB (Red+Green+Blue) = 168+63+123=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F7B is #57C084. Grayscale: #656565. Windows color (decimal): -5750917 or 8077224. OLE color: 8077224.

HSL color Cylindrical-coordinate representation of color #A83F7B: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F7B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16863123-
CMYK00.630.270.34
HSL325.71º45.45%45.29%-
HSV(B)325.71º62.5%65.88%-
XYZ21.513.3120.17-
YUV101.24140.29175.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 63 (25% from 255) = 17.80%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=47.46%
G=17.80%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686312300.630.270.34325.7145.4545.29
HexA83F7B03F1B221462d2d
Octal2507717307733425065555
Binary101010001111111111011011111111011100010101000110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83f7b; }

 p { color: rgb(168,63,123); }

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

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

 a { background-color: rgb(168,63,123); }

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

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

 span { border-color: rgb(168,63,123); }

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