#A9419A

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

Shades of Violet Blue #A9419A

Tints of Violet Blue #A9419A

Color information

#A9419A (or 0xA9419A) is unknown color: approx Violet Blue. HEX triplet: A9, 41 and 9A. RGB value is (169,65,154). Sum of RGB (Red+Green+Blue) = 169+65+154=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9419A is #56BE65. Grayscale: #696969. Windows color (decimal): -5684838 or 10109353. OLE color: 10109353.

HSL color Cylindrical-coordinate representation of color #A9419A: hue angle of 308.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9419A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16965154-
CMYK00.620.090.34
HSL308.65º44.44%45.88%-
HSV(B)308.65º61.54%66.27%-
XYZ24.0914.5532.11-
YUV106.24154.96172.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=43.56%
G=16.75%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696515400.620.090.34308.6544.4445.88
HexA9419A03E9221352c2e
Octal25110123207611424655456
Binary1010100110000011001101001111101001100010100110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9419A; }

 p { color: rgb(169,65,154); }

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

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

 a { background-color: rgb(169,65,154); }

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

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

 span { border-color: rgb(169,65,154); }

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