#A83EAE

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

Shades of Violet Blue #A83EAE

Tints of Violet Blue #A83EAE

Color information

#A83EAE (or 0xA83EAE) is unknown color: approx Violet Blue. HEX triplet: A8, 3E and AE. RGB value is (168,62,174). Sum of RGB (Red+Green+Blue) = 168+62+174=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A83EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83EAE is #57C151. Grayscale: #6A6A6A. Windows color (decimal): -5751122 or 11419304. OLE color: 11419304.

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

Color convert

RGB16862174-
CMYK0.030.6400.32
HSL296.79º47.46%46.27%-
HSV(B)296.79º64.37%68.24%-
XYZ25.5114.8341.56-
YUV106.46166.12171.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 62 (24.61% from 255) = 15.35%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=41.58%
G=15.35%
B=43.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168621740.030.6400.32296.7947.4646.27
HexA83EAE3400201292f2e
Octal2507625631000404515756
Binary10101000111110101011101110000000100000100101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83EAE; }

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

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

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

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

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

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

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

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