#a7689b

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

Shades of Violet Blue #A7689B

Tints of Violet Blue #A7689B

Color information

#A7689B (or 0xA7689B) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and 9B. RGB value is (167,104,155). Sum of RGB (Red+Green+Blue) = 167+104+155=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7689B is #589764. Grayscale: #808080. Windows color (decimal): -5805925 or 10184871. OLE color: 10184871.

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

Color convert

RGB167104155-
CMYK00.380.070.35
HSL311.43º26.36%53.14%-
HSV(B)311.43º37.72%65.49%-
XYZ26.820.4833.55-
YUV128.65142.87155.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=39.20%
G=24.41%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710415500.380.070.35311.4326.3653.14
HexA7689B0267231371a35
Octal2471502330467434673265
Binary10100111110100010011011010011011110001110011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7689b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7689b; }

 p { color: rgb(167,104,155); }

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

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

 a { background-color: rgb(167,104,155); }

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

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

 span { border-color: rgb(167,104,155); }

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