#A143A9

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

Shades of Violet Blue #A143A9

Tints of Violet Blue #A143A9

Color information

#A143A9 (or 0xA143A9) is unknown color: approx Violet Blue. HEX triplet: A1, 43 and A9. RGB value is (161,67,169). Sum of RGB (Red+Green+Blue) = 161+67+169=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #A143A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A143A9 is #5EBC56. Grayscale: #6A6A6A. Windows color (decimal): -6208599 or 11092897. OLE color: 11092897.

HSL color Cylindrical-coordinate representation of color #A143A9: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A143A9 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16167169-
CMYK0.050.6000.34
HSL295.29º43.22%46.27%-
HSV(B)295.29º60.36%66.27%-
XYZ23.8714.4639.07-
YUV106.73163.14166.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=40.55%
G=16.88%
B=42.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161671690.050.6000.34295.2943.2246.27
HexA143A953C0221272b2e
Octal2411032515740424475356
Binary101000011000011101010011011111000100010100100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A143A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A143A9; }

 p { color: rgb(161,67,169); }

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

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

 a { background-color: rgb(161,67,169); }

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

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

 span { border-color: rgb(161,67,169); }

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