#A1459C

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

Shades of Violet Blue #A1459C

Tints of Violet Blue #A1459C

Color information

#A1459C (or 0xA1459C) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 9C. RGB value is (161,69,156). Sum of RGB (Red+Green+Blue) = 161+69+156=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1459C is #5EBA63. Grayscale: #6A6A6A. Windows color (decimal): -6208100 or 10241441. OLE color: 10241441.

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

Color convert

RGB16169156-
CMYK00.570.030.37
HSL303.26º40%45.1%-
HSV(B)303.26º57.14%63.14%-
XYZ22.8314.2333-
YUV106.43155.98166.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=41.71%
G=17.88%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616915600.570.030.37303.264045.1
HexA1459C03932512f282d
Octal2411052340713454575055
Binary10100001100010110011100011100111100101100101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1459C; }

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

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

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

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

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

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

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

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