#A4409A

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

Shades of Violet Blue #A4409A

Tints of Violet Blue #A4409A

Color information

#A4409A (or 0xA4409A) is unknown color: approx Violet Blue. HEX triplet: A4, 40 and 9A. RGB value is (164,64,154). Sum of RGB (Red+Green+Blue) = 164+64+154=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A4409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4409A is #5BBF65. Grayscale: #676767. Windows color (decimal): -6012774 or 10109092. OLE color: 10109092.

HSL color Cylindrical-coordinate representation of color #A4409A: hue angle of 306º 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 #A4409A is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16464154-
CMYK00.610.060.36
HSL306º43.86%44.71%-
HSV(B)306º60.98%64.31%-
XYZ22.9813.8932.04-
YUV104.16156.13170.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 64 (25.39% from 255) = 16.75%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=42.93%
G=16.75%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646415400.610.060.3630643.8644.71
HexA4409A03D6241322c2d
Octal2441002320756444625455
Binary101001001000000100110100111101110100100100110010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4409A; }

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

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

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

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

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

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

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

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