#a83ea0

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

Shades of Violet Blue #A83EA0

Tints of Violet Blue #A83EA0

Color information

#A83EA0 (or 0xA83EA0) is unknown color: approx Violet Blue. HEX triplet: A8, 3E and A0. RGB value is (168,62,160). Sum of RGB (Red+Green+Blue) = 168+62+160=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A83EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83EA0 is #57C15F. Grayscale: #686868. Windows color (decimal): -5751136 or 10501800. OLE color: 10501800.

HSL color Cylindrical-coordinate representation of color #A83EA0: hue angle of 304.53º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A83EA0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16862160-
CMYK00.630.050.34
HSL304.53º46.09%45.1%-
HSV(B)304.53º63.1%65.88%-
XYZ24.2214.3134.74-
YUV104.87159.12173.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 62 (24.61% from 255) = 15.90%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=43.08%
G=15.90%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686216000.630.050.34304.5346.0945.1
HexA83EA003F5221312e2d
Octal250762400775424615655
Binary10101000111110101000000111111101100010100110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83ea0; }

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

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

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

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

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

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

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

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