#A7689D

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

Shades of Violet Blue #A7689D

Tints of Violet Blue #A7689D

Color information

#A7689D (or 0xA7689D) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and 9D. RGB value is (167,104,157). Sum of RGB (Red+Green+Blue) = 167+104+157=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7689D is #589762. Grayscale: #808080. Windows color (decimal): -5805923 or 10315943. OLE color: 10315943.

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

Color convert

RGB167104157-
CMYK00.380.060.35
HSL309.52º26.36%53.14%-
HSV(B)309.52º37.72%65.49%-
XYZ26.9720.5534.44-
YUV128.88143.87155.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=39.02%
G=24.30%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710415700.380.060.35309.5226.3653.14
HexA7689D0266231361a35
Octal2471502350466434663265
Binary10100111110100010011101010011011010001110011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7689D; }

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

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

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

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

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

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

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

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