#A8689A

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

Shades of Violet Blue #A8689A

Tints of Violet Blue #A8689A

Color information

#A8689A (or 0xA8689A) is unknown color: approx Violet Blue. HEX triplet: A8, 68 and 9A. RGB value is (168,104,154). Sum of RGB (Red+Green+Blue) = 168+104+154=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8689A is #579765. Grayscale: #808080. Windows color (decimal): -5740390 or 10119336. OLE color: 10119336.

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

Color convert

RGB168104154-
CMYK00.380.080.34
HSL313.12º26.89%53.33%-
HSV(B)313.12º38.1%65.88%-
XYZ26.9320.5633.12-
YUV128.84142.2155.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=39.44%
G=24.41%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810415400.380.080.34313.1226.8953.33
HexA8689A0268221391b35
Octal25015023204610424713365
Binary101010001101000100110100100110100010001010011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8689A; }

 p { color: rgb(168,104,154); }

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

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

 a { background-color: rgb(168,104,154); }

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

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

 span { border-color: rgb(168,104,154); }

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