#A8699E

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

Shades of Violet Blue #A8699E

Tints of Violet Blue #A8699E

Color information

#A8699E (or 0xA8699E) is unknown color: approx Violet Blue. HEX triplet: A8, 69 and 9E. RGB value is (168,105,158). Sum of RGB (Red+Green+Blue) = 168+105+158=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A8699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8699E is #579661. Grayscale: #818181. Windows color (decimal): -5740130 or 10381736. OLE color: 10381736.

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

Color convert

RGB168105158-
CMYK00.380.060.34
HSL309.52º26.58%53.53%-
HSV(B)309.52º37.5%65.88%-
XYZ27.3720.934.94-
YUV129.88143.87155.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=38.98%
G=24.36%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810515800.380.060.34309.5226.5853.53
HexA8699E0266221361b36
Octal2501512360466424663366
Binary10101000110100110011110010011011010001010011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8699E; }

 p { color: rgb(168,105,158); }

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

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

 a { background-color: rgb(168,105,158); }

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

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

 span { border-color: rgb(168,105,158); }

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