#A4409E

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

Shades of Violet Blue #A4409E

Tints of Violet Blue #A4409E

Color information

#A4409E (or 0xA4409E) is unknown color: approx Violet Blue. HEX triplet: A4, 40 and 9E. RGB value is (164,64,158). Sum of RGB (Red+Green+Blue) = 164+64+158=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4409E is #5BBF61. Grayscale: #686868. Windows color (decimal): -6012770 or 10371236. OLE color: 10371236.

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

Color convert

RGB16464158-
CMYK00.610.040.36
HSL303.6º43.86%44.71%-
HSV(B)303.6º60.98%64.31%-
XYZ23.3114.0333.83-
YUV104.62158.13170.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=42.49%
G=16.58%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646415800.610.040.36303.643.8644.71
HexA4409E03D4241302c2d
Octal2441002360754444605455
Binary101001001000000100111100111101100100100100110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4409E; }

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

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

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

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

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

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

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

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