#A1699E

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

Shades of Violet Blue #A1699E

Tints of Violet Blue #A1699E

Color information

#A1699E (or 0xA1699E) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and 9E. RGB value is (161,105,158). Sum of RGB (Red+Green+Blue) = 161+105+158=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1699E is #5E9661. Grayscale: #7F7F7F. Windows color (decimal): -6198882 or 10381729. OLE color: 10381729.

HSL color Cylindrical-coordinate representation of color #A1699E: hue angle of 303.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1699E is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161105158-
CMYK00.350.020.37
HSL303.21º22.95%52.16%-
HSV(B)303.21º34.78%63.14%-
XYZ25.9220.1534.87-
YUV127.79145.05151.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=37.97%
G=24.76%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110515800.350.020.37303.2122.9552.16
HexA1699E02322512f1734
Octal2411512360432454572764
Binary1010000111010011001111001000111010010110010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1699E; }

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

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

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

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

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

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

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

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