#A1699A

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

Shades of Violet Blue #A1699A

Tints of Violet Blue #A1699A

Color information

#A1699A (or 0xA1699A) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and 9A. RGB value is (161,105,154). Sum of RGB (Red+Green+Blue) = 161+105+154=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1699A is #5E9665. Grayscale: #7F7F7F. Windows color (decimal): -6198886 or 10119585. OLE color: 10119585.

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

Color convert

RGB161105154-
CMYK00.350.040.37
HSL307.5º22.95%52.16%-
HSV(B)307.5º34.78%63.14%-
XYZ25.5820.0133.09-
YUV127.33143.05152.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=38.33%
G=25%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110515400.350.040.37307.522.9552.16
HexA1699A0234251341734
Octal2411512320434454642764
Binary10100001110100110011010010001110010010110011010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1699A; }

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

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

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

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

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

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

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

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