#A83B9C

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

Shades of Violet Blue #A83B9C

Tints of Violet Blue #A83B9C

Color information

#A83B9C (or 0xA83B9C) is unknown color: approx Violet Blue. HEX triplet: A8, 3B and 9C. RGB value is (168,59,156). Sum of RGB (Red+Green+Blue) = 168+59+156=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83B9C is #57C463. Grayscale: #666666. Windows color (decimal): -5751908 or 10238888. OLE color: 10238888.

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

Color convert

RGB16859156-
CMYK00.650.070.34
HSL306.61º48.02%44.51%-
HSV(B)306.61º64.88%65.88%-
XYZ23.7113.8532.88-
YUV102.65158.11174.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 59 (23.44% from 255) = 15.40%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=43.86%
G=15.40%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685915600.650.070.34306.6148.0244.51
HexA83B9C041722133302d
Octal2507323401017424636055
Binary101010001110111001110001000001111100010100110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83B9C; }

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

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

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

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

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

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

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

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