#A9699F

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

Shades of Violet Blue #A9699F

Tints of Violet Blue #A9699F

Color information

#A9699F (or 0xA9699F) is unknown color: approx Violet Blue. HEX triplet: A9, 69 and 9F. RGB value is (169,105,159). Sum of RGB (Red+Green+Blue) = 169+105+159=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9699F is #569660. Grayscale: #828282. Windows color (decimal): -5674593 or 10447273. OLE color: 10447273.

HSL color Cylindrical-coordinate representation of color #A9699F: hue angle of 309.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9699F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169105159-
CMYK00.380.060.34
HSL309.38º27.12%53.73%-
HSV(B)309.38º37.87%66.27%-
XYZ27.6721.0435.4-
YUV130.29144.2155.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=39.03%
G=24.25%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910515900.380.060.34309.3827.1253.73
HexA9699F0266221351b36
Octal2511512370466424653366
Binary10101001110100110011111010011011010001010011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9699F; }

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

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

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

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

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

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

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

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