#A7699C

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

Shades of Violet Blue #A7699C

Tints of Violet Blue #A7699C

Color information

#A7699C (or 0xA7699C) is unknown color: approx Violet Blue. HEX triplet: A7, 69 and 9C. RGB value is (167,105,156). Sum of RGB (Red+Green+Blue) = 167+105+156=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7699C is #589663. Grayscale: #818181. Windows color (decimal): -5805668 or 10250663. OLE color: 10250663.

HSL color Cylindrical-coordinate representation of color #A7699C: hue angle of 310.65º 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 #A7699C is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167105156-
CMYK00.370.070.35
HSL310.65º26.05%53.33%-
HSV(B)310.65º37.13%65.49%-
XYZ26.9920.7234.03-
YUV129.35143.04154.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=39.02%
G=24.53%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710515600.370.070.35310.6526.0553.33
HexA7699C0257231371a35
Octal2471512340457434673265
Binary10100111110100110011100010010111110001110011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7699C; }

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

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

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

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

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

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

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

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