#A83B98

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

Shades of Medium Red Violet #A83B98

Tints of Medium Red Violet #A83B98

Color information

#A83B98 (or 0xA83B98) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3B and 98. RGB value is (168,59,152). Sum of RGB (Red+Green+Blue) = 168+59+152=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83B98 is #57C467. Grayscale: #656565. Windows color (decimal): -5751912 or 9976744. OLE color: 9976744.

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

Color convert

RGB16859152-
CMYK00.650.100.34
HSL308.81º48.02%44.51%-
HSV(B)308.81º64.88%65.88%-
XYZ23.3813.7231.12-
YUV102.19156.11174.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=44.33%
G=15.57%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685915200.650.100.34308.8148.0244.51
HexA83B98041A22135302d
Octal25073230010112424656055
Binary1010100011101110011000010000011010100010100110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83B98; }

 p { color: rgb(168,59,152); }

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

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

 a { background-color: rgb(168,59,152); }

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

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

 span { border-color: rgb(168,59,152); }

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