#A863B0

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

Shades of Violet Blue #A863B0

Tints of Violet Blue #A863B0

Color information

#A863B0 (or 0xA863B0) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and B0. RGB value is (168,99,176). Sum of RGB (Red+Green+Blue) = 168+99+176=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #A863B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863B0 is #579C4F. Grayscale: #808080. Windows color (decimal): -5741648 or 11559848. OLE color: 11559848.

HSL color Cylindrical-coordinate representation of color #A863B0: hue angle of 293.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A863B0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16899176-
CMYK0.050.4400.31
HSL293.77º32.77%53.92%-
HSV(B)293.77º43.75%69.02%-
XYZ28.4520.3843.51-
YUV128.41154.86156.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=37.92%
G=22.35%
B=39.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168991760.050.4400.31293.7732.7753.92
HexA863B052C01F1262136
Octal2501432605540374464166
Binary10101000110001110110000101101100011111100100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863B0; }

 p { color: rgb(168,99,176); }

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

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

 a { background-color: rgb(168,99,176); }

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

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

 span { border-color: rgb(168,99,176); }

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