#A9659A

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

Shades of Violet Blue #A9659A

Tints of Violet Blue #A9659A

Color information

#A9659A (or 0xA9659A) is unknown color: approx Violet Blue. HEX triplet: A9, 65 and 9A. RGB value is (169,101,154). Sum of RGB (Red+Green+Blue) = 169+101+154=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9659A is #569A65. Grayscale: #7F7F7F. Windows color (decimal): -5675622 or 10118569. OLE color: 10118569.

HSL color Cylindrical-coordinate representation of color #A9659A: 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 #A9659A is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169101154-
CMYK00.400.090.34
HSL313.24º28.33%52.94%-
HSV(B)313.24º40.24%66.27%-
XYZ26.8520.0833.03-
YUV127.37143.03157.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=39.86%
G=23.82%
B=36.32%

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
Decimal16910115400.400.090.34313.2428.3352.94
HexA9659A0289221391c35
Octal25114523205011424713465
Binary101010011100101100110100101000100110001010011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9659A; }

 p { color: rgb(169,101,154); }

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

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

 a { background-color: rgb(169,101,154); }

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

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

 span { border-color: rgb(169,101,154); }

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