#A1699D

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

Shades of Violet Blue #A1699D

Tints of Violet Blue #A1699D

Color information

#A1699D (or 0xA1699D) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and 9D. RGB value is (161,105,157). Sum of RGB (Red+Green+Blue) = 161+105+157=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A1699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1699D is #5E9662. Grayscale: #7F7F7F. Windows color (decimal): -6198883 or 10316193. OLE color: 10316193.

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

Color convert

RGB161105157-
CMYK00.350.020.37
HSL304.29º22.95%52.16%-
HSV(B)304.29º34.78%63.14%-
XYZ25.8420.1134.42-
YUV127.67144.55151.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=38.06%
G=24.82%
B=37.12%

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
Decimal16110515700.350.020.37304.2922.9552.16
HexA1699D0232251301734
Octal2411512350432454602764
Binary1010000111010011001110101000111010010110011000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1699D; }

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

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

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

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

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

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

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

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