#A1469A

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

Shades of Violet Blue #A1469A

Tints of Violet Blue #A1469A

Color information

#A1469A (or 0xA1469A) is unknown color: approx Violet Blue. HEX triplet: A1, 46 and 9A. RGB value is (161,70,154). Sum of RGB (Red+Green+Blue) = 161+70+154=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1469A is #5EB965. Grayscale: #6A6A6A. Windows color (decimal): -6207846 or 10110625. OLE color: 10110625.

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

Color convert

RGB16170154-
CMYK00.570.040.37
HSL304.62º39.39%45.29%-
HSV(B)304.62º56.52%63.14%-
XYZ22.7214.2932.13-
YUV106.78154.65166.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 154 (60.55% from 255) = 40%
R=41.82%
G=18.18%
B=40%

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
Decimal1617015400.570.040.37304.6239.3945.29
HexA1469A039425131272d
Octal2411062320714454614755
Binary101000011000110100110100111001100100101100110001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1469A; }

 p { color: rgb(161,70,154); }

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

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

 a { background-color: rgb(161,70,154); }

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

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

 span { border-color: rgb(161,70,154); }

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