#A1699F

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

Shades of Violet Blue #A1699F

Tints of Violet Blue #A1699F

Color information

#A1699F (or 0xA1699F) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and 9F. RGB value is (161,105,159). Sum of RGB (Red+Green+Blue) = 161+105+159=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A1699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1699F is #5E9660. Grayscale: #7F7F7F. Windows color (decimal): -6198881 or 10447265. OLE color: 10447265.

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

Color convert

RGB161105159-
CMYK00.350.010.37
HSL302.14º22.95%52.16%-
HSV(B)302.14º34.78%63.14%-
XYZ26.0120.1835.33-
YUV127.9145.55151.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=37.88%
G=24.71%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110515900.350.010.37302.1422.9552.16
HexA1699F02312512e1734
Octal2411512370431454562764
Binary101000011101001100111110100011110010110010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1699F; }

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

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

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

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

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

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

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

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