#a83f8a

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

Shades of Medium Red Violet #A83F8A

Tints of Medium Red Violet #A83F8A

Color information

#A83F8A (or 0xA83F8A) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3F and 8A. RGB value is (168,63,138). Sum of RGB (Red+Green+Blue) = 168+63+138=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83F8A is #57C075. Grayscale: #666666. Windows color (decimal): -5750902 or 9060264. OLE color: 9060264.

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

Color convert

RGB16863138-
CMYK00.630.180.34
HSL317.14º45.45%45.29%-
HSV(B)317.14º62.5%65.88%-
XYZ22.5113.7125.51-
YUV102.94147.79174.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=45.53%
G=17.07%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686313800.630.180.34317.1445.4545.29
HexA83F8A03F122213d2d2d
Octal2507721207722424755555
Binary1010100011111110001010011111110010100010100111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83f8a; }

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

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

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

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

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

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

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

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