#A9659F

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

Shades of Violet Blue #A9659F

Tints of Violet Blue #A9659F

Color information

#A9659F (or 0xA9659F) is unknown color: approx Violet Blue. HEX triplet: A9, 65 and 9F. RGB value is (169,101,159). Sum of RGB (Red+Green+Blue) = 169+101+159=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9659F is #569A60. Grayscale: #7F7F7F. Windows color (decimal): -5675617 or 10446249. OLE color: 10446249.

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

Color convert

RGB169101159-
CMYK00.400.060.34
HSL308.82º28.33%52.94%-
HSV(B)308.82º40.24%66.27%-
XYZ27.2720.2535.27-
YUV127.94145.53157.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=39.39%
G=23.54%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910115900.400.060.34308.8228.3352.94
HexA9659F0286221351c35
Octal2511452370506424653465
Binary10101001110010110011111010100011010001010011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9659F; }

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

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

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

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

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

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

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

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