#A83BAE

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

Shades of Violet Blue #A83BAE

Tints of Violet Blue #A83BAE

Color information

#A83BAE (or 0xA83BAE) is unknown color: approx Violet Blue. HEX triplet: A8, 3B and AE. RGB value is (168,59,174). Sum of RGB (Red+Green+Blue) = 168+59+174=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #A83BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83BAE is #57C451. Grayscale: #686868. Windows color (decimal): -5751890 or 11418536. OLE color: 11418536.

HSL color Cylindrical-coordinate representation of color #A83BAE: hue angle of 296.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83BAE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16859174-
CMYK0.030.6600.32
HSL296.87º49.36%45.69%-
HSV(B)296.87º66.09%68.24%-
XYZ25.3514.5141.51-
YUV104.7167.11173.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 59 (23.44% from 255) = 14.71%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=41.90%
G=14.71%
B=43.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168591740.030.6600.32296.8749.3645.69
HexA83BAE342020129312e
Octal2507325631020404516156
Binary10101000111011101011101110000100100000100101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83BAE; }

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

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

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

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

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

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

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

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