#A145A0

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

Shades of Violet Blue #A145A0

Tints of Violet Blue #A145A0

Color information

#A145A0 (or 0xA145A0) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and A0. RGB value is (161,69,160). Sum of RGB (Red+Green+Blue) = 161+69+160=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A145A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A145A0 is #5EBA5F. Grayscale: #6A6A6A. Windows color (decimal): -6208096 or 10503585. OLE color: 10503585.

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

Color convert

RGB16169160-
CMYK00.570.010.37
HSL300.65º40%45.1%-
HSV(B)300.65º57.14%63.14%-
XYZ23.1714.3734.81-
YUV106.88157.98166.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=41.28%
G=17.69%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616916000.570.010.37300.654045.1
HexA145A003912512d282d
Octal2411052400711454555055
Binary1010000110001011010000001110011100101100101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145A0; }

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

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

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

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

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

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

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

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