#A86499

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

Shades of Violet Blue #A86499

Tints of Violet Blue #A86499

Color information

#A86499 (or 0xA86499) is unknown color: approx Violet Blue. HEX triplet: A8, 64 and 99. RGB value is (168,100,153). Sum of RGB (Red+Green+Blue) = 168+100+153=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A86499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86499 is #579B66. Grayscale: #7E7E7E. Windows color (decimal): -5741415 or 10052776. OLE color: 10052776.

HSL color Cylindrical-coordinate representation of color #A86499: hue angle of 313.24º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86499 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168100153-
CMYK00.400.090.34
HSL313.24º28.1%52.55%-
HSV(B)313.24º40.48%65.88%-
XYZ26.4619.7432.55-
YUV126.37143.03157.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=39.90%
G=23.75%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810015300.400.090.34313.2428.152.55
HexA864990289221391c35
Octal25014423105011424713465
Binary101010001100100100110010101000100110001010011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86499; }

 p { color: rgb(168,100,153); }

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

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

 a { background-color: rgb(168,100,153); }

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

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

 span { border-color: rgb(168,100,153); }

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