#A860AD

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

Shades of Violet Blue #A860AD

Tints of Violet Blue #A860AD

Color information

#A860AD (or 0xA860AD) is unknown color: approx Violet Blue. HEX triplet: A8, 60 and AD. RGB value is (168,96,173). Sum of RGB (Red+Green+Blue) = 168+96+173=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A860AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A860AD is #579F52. Grayscale: #7E7E7E. Windows color (decimal): -5742419 or 11362472. OLE color: 11362472.

HSL color Cylindrical-coordinate representation of color #A860AD: hue angle of 296.1º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A860AD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16896173-
CMYK0.030.4500.32
HSL296.1º31.95%52.75%-
HSV(B)296.1º44.51%67.84%-
XYZ27.8719.7141.87-
YUV126.31154.35157.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=38.44%
G=21.97%
B=39.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168961730.030.4500.32296.131.9552.75
HexA860AD32D0201282035
Octal2501402553550404504065
Binary10101000110000010101101111011010100000100101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860AD; }

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

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

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

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

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

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

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

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