#A1459D

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

Shades of Violet Blue #A1459D

Tints of Violet Blue #A1459D

Color information

#A1459D (or 0xA1459D) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 9D. RGB value is (161,69,157). Sum of RGB (Red+Green+Blue) = 161+69+157=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1459D is #5EBA62. Grayscale: #6A6A6A. Windows color (decimal): -6208099 or 10306977. OLE color: 10306977.

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

Color convert

RGB16169157-
CMYK00.570.020.37
HSL302.61º40%45.1%-
HSV(B)302.61º57.14%63.14%-
XYZ22.9114.2733.44-
YUV106.54156.48166.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=41.60%
G=17.83%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616915700.570.020.37302.614045.1
HexA1459D03922512f282d
Octal2411052350712454575055
Binary10100001100010110011101011100110100101100101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1459D; }

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

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

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

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

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

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

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

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