#A140A4

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

Shades of Violet Blue #A140A4

Tints of Violet Blue #A140A4

Color information

#A140A4 (or 0xA140A4) is unknown color: approx Violet Blue. HEX triplet: A1, 40 and A4. RGB value is (161,64,164). Sum of RGB (Red+Green+Blue) = 161+64+164=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #A140A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A140A4 is #5EBF5B. Grayscale: #686868. Windows color (decimal): -6209372 or 10764449. OLE color: 10764449.

HSL color Cylindrical-coordinate representation of color #A140A4: hue angle of 298.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A140A4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16164164-
CMYK0.020.6100.36
HSL298.2º43.86%44.71%-
HSV(B)298.2º60.98%64.31%-
XYZ23.2313.9236.59-
YUV104.4161.64168.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=41.39%
G=16.45%
B=42.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161641640.020.6100.36298.243.8644.71
HexA140A423D02412a2c2d
Octal2411002442750444525455
Binary10100001100000010100100101111010100100100101010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A140A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A140A4; }

 p { color: rgb(161,64,164); }

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

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

 a { background-color: rgb(161,64,164); }

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

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

 span { border-color: rgb(161,64,164); }

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