#A83CA6

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

Shades of Violet Blue #A83CA6

Tints of Violet Blue #A83CA6

Color information

#A83CA6 (or 0xA83CA6) is unknown color: approx Violet Blue. HEX triplet: A8, 3C and A6. RGB value is (168,60,166). Sum of RGB (Red+Green+Blue) = 168+60+166=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A83CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CA6 is #57C359. Grayscale: #686868. Windows color (decimal): -5751642 or 10894504. OLE color: 10894504.

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

Color convert

RGB16860166-
CMYK00.640.010.34
HSL301.11º47.37%44.71%-
HSV(B)301.11º64.29%65.88%-
XYZ24.6514.3137.54-
YUV104.38162.78173.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 60 (23.83% from 255) = 15.23%
BLUE value IS 166 (65.23% from 255) = 42.13%
R=42.64%
G=15.23%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686016600.640.010.34301.1147.3744.71
HexA83CA604012212d2f2d
Octal2507424601001424555755
Binary1010100011110010100110010000001100010100101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CA6; }

 p { color: rgb(168,60,166); }

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

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

 a { background-color: rgb(168,60,166); }

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

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

 span { border-color: rgb(168,60,166); }

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