#A1569B

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

Shades of Violet Blue #A1569B

Tints of Violet Blue #A1569B

Color information

#A1569B (or 0xA1569B) is unknown color: approx Violet Blue. HEX triplet: A1, 56 and 9B. RGB value is (161,86,155). Sum of RGB (Red+Green+Blue) = 161+86+155=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1569B is #5EA964. Grayscale: #747474. Windows color (decimal): -6203749 or 10180257. OLE color: 10180257.

HSL color Cylindrical-coordinate representation of color #A1569B: hue angle of 304.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1569B is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16186155-
CMYK00.470.040.37
HSL304.8º30.36%48.43%-
HSV(B)304.8º46.58%63.14%-
XYZ23.9416.632.95-
YUV116.29149.85159.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=40.05%
G=21.39%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618615500.470.040.37304.830.3648.43
HexA1569B02F4251311e30
Octal2411262330574454613660
Binary10100001101011010011011010111110010010110011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1569B; }

 p { color: rgb(161,86,155); }

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

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

 a { background-color: rgb(161,86,155); }

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

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

 span { border-color: rgb(161,86,155); }

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