#A1459B

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

Shades of Violet Blue #A1459B

Tints of Violet Blue #A1459B

Color information

#A1459B (or 0xA1459B) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 9B. RGB value is (161,69,155). Sum of RGB (Red+Green+Blue) = 161+69+155=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1459B is #5EBA64. Grayscale: #6A6A6A. Windows color (decimal): -6208101 or 10175905. OLE color: 10175905.

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

Color convert

RGB16169155-
CMYK00.570.040.37
HSL303.91º40%45.1%-
HSV(B)303.91º57.14%63.14%-
XYZ22.7414.232.55-
YUV106.31155.48167.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=41.82%
G=17.92%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616915500.570.040.37303.914045.1
HexA1459B039425130282d
Octal2411052330714454605055
Binary101000011000101100110110111001100100101100110000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1459B; }

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

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

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

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

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

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

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

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