#A7699F

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

Shades of Violet Blue #A7699F

Tints of Violet Blue #A7699F

Color information

#A7699F (or 0xA7699F) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and 9F. RGB value is (167,105,159). Sum of RGB (Red+Green+Blue) = 167+105+159=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A7699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7699F is #589660. Grayscale: #818181. Windows color (decimal): -5805665 or 10447271. OLE color: 10447271.

HSL color Cylindrical-coordinate representation of color #A7699F: hue angle of 307.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7699F is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167105159-
CMYK00.370.050.35
HSL307.74º26.05%53.33%-
HSV(B)307.74º37.13%65.49%-
XYZ27.2520.8235.38-
YUV129.69144.54154.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=38.75%
G=24.36%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710515900.370.050.35307.7426.0553.33
HexA7699F0255231341a35
Octal2471512370455434643265
Binary10100111110100110011111010010110110001110011010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7699F; }

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

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

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

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

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

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

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

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