#A4409F

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

Shades of Violet Blue #A4409F

Tints of Violet Blue #A4409F

Color information

#A4409F (or 0xA4409F) is unknown color: approx Violet Blue. HEX triplet: A4, 40 and 9F. RGB value is (164,64,159). Sum of RGB (Red+Green+Blue) = 164+64+159=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4409F is #5BBF60. Grayscale: #686868. Windows color (decimal): -6012769 or 10436772. OLE color: 10436772.

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

Color convert

RGB16464159-
CMYK00.610.030.36
HSL303º43.86%44.71%-
HSV(B)303º60.98%64.31%-
XYZ23.414.0634.28-
YUV104.73158.63170.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 64 (25.39% from 255) = 16.54%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=42.38%
G=16.54%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646415900.610.030.3630343.8644.71
HexA4409F03D32412f2c2d
Octal2441002370753444575455
Binary10100100100000010011111011110111100100100101111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4409F; }

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

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

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

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

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

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

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

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