#A169AB

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

Shades of Violet Blue #A169AB

Tints of Violet Blue #A169AB

Color information

#A169AB (or 0xA169AB) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and AB. RGB value is (161,105,171). Sum of RGB (Red+Green+Blue) = 161+105+171=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A169AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169AB is #5E9654. Grayscale: #818181. Windows color (decimal): -6198869 or 11233697. OLE color: 11233697.

HSL color Cylindrical-coordinate representation of color #A169AB: hue angle of 290.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A169AB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161105171-
CMYK0.060.3900.33
HSL290.91º28.21%54.12%-
HSV(B)290.91º38.6%67.06%-
XYZ27.120.6241.08-
YUV129.27151.55150.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=36.84%
G=24.03%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611051710.060.3900.33290.9128.2154.12
HexA169AB6270211231c36
Octal2411512536470414433466
Binary10100001110100110101011110100111010000110010001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169AB; }

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

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

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

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

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

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

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

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