#A83CAB

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

Shades of Violet Blue #A83CAB

Tints of Violet Blue #A83CAB

Color information

#A83CAB (or 0xA83CAB) is unknown color: approx Violet Blue. HEX triplet: A8, 3C and AB. RGB value is (168,60,171). Sum of RGB (Red+Green+Blue) = 168+60+171=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAB is #57C354. Grayscale: #686868. Windows color (decimal): -5751637 or 11222184. OLE color: 11222184.

HSL color Cylindrical-coordinate representation of color #A83CAB: hue angle of 298.38º 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 #A83CAB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16860171-
CMYK0.020.6500.33
HSL298.38º48.05%45.29%-
HSV(B)298.38º64.91%67.06%-
XYZ25.1114.540-
YUV104.95165.28172.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=42.11%
G=15.04%
B=42.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168601710.020.6500.33298.3848.0545.29
HexA83CAB24102112a302d
Octal2507425321010414526055
Binary10101000111100101010111010000010100001100101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CAB; }

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

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

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

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

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

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

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

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