#A83BAA

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

Shades of Violet Blue #A83BAA

Tints of Violet Blue #A83BAA

Color information

#A83BAA (or 0xA83BAA) is unknown color: approx Violet Blue. HEX triplet: A8, 3B and AA. RGB value is (168,59,170). Sum of RGB (Red+Green+Blue) = 168+59+170=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A83BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83BAA is #57C455. Grayscale: #676767. Windows color (decimal): -5751894 or 11156392. OLE color: 11156392.

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

Color convert

RGB16859170-
CMYK0.010.6500.33
HSL298.92º48.47%44.9%-
HSV(B)298.92º65.29%66.67%-
XYZ24.9714.3639.49-
YUV104.24165.11173.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 59 (23.44% from 255) = 14.86%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=42.32%
G=14.86%
B=42.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168591700.010.6500.33298.9248.4744.9
HexA83BAA14102112b302d
Octal2507325211010414536055
Binary1010100011101110101010110000010100001100101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83BAA; }

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

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

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

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

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

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

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

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