#A83AAB

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

Shades of Violet Blue #A83AAB

Tints of Violet Blue #A83AAB

Color information

#A83AAB (or 0xA83AAB) is unknown color: approx Violet Blue. HEX triplet: A8, 3A and AB. RGB value is (168,58,171). Sum of RGB (Red+Green+Blue) = 168+58+171=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83AAB is #57C554. Grayscale: #676767. Windows color (decimal): -5752149 or 11221672. OLE color: 11221672.

HSL color Cylindrical-coordinate representation of color #A83AAB: hue angle of 298.41º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83AAB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16858171-
CMYK0.020.6600.33
HSL298.41º49.34%44.9%-
HSV(B)298.41º66.08%67.06%-
XYZ25.0114.2939.97-
YUV103.77165.94173.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=42.32%
G=14.61%
B=43.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168581710.020.6600.33298.4149.3444.9
HexA83AAB24202112a312d
Octal2507225321020414526155
Binary10101000111010101010111010000100100001100101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83AAB; }

 p { color: rgb(168,58,171); }

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

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

 a { background-color: rgb(168,58,171); }

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

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

 span { border-color: rgb(168,58,171); }

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