#A860B1

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

Shades of Violet Blue #A860B1

Tints of Violet Blue #A860B1

Color information

#A860B1 (or 0xA860B1) is unknown color: approx Violet Blue. HEX triplet: A8, 60 and B1. RGB value is (168,96,177). Sum of RGB (Red+Green+Blue) = 168+96+177=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #A860B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A860B1 is #579F4E. Grayscale: #7E7E7E. Windows color (decimal): -5742415 or 11624616. OLE color: 11624616.

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

Color convert

RGB16896177-
CMYK0.050.4600.31
HSL293.33º34.18%53.53%-
HSV(B)293.33º45.76%69.41%-
XYZ28.2719.8643.94-
YUV126.76156.35157.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=38.10%
G=21.77%
B=40.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168961770.050.4600.31293.3334.1853.53
HexA860B152E01F1252236
Octal2501402615560374454266
Binary10101000110000010110001101101110011111100100101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860B1; }

 p { color: rgb(168,96,177); }

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

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

 a { background-color: rgb(168,96,177); }

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

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

 span { border-color: rgb(168,96,177); }

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