#A4409D

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

Shades of Violet Blue #A4409D

Tints of Violet Blue #A4409D

Color information

#A4409D (or 0xA4409D) is unknown color: approx Violet Blue. HEX triplet: A4, 40 and 9D. RGB value is (164,64,157). Sum of RGB (Red+Green+Blue) = 164+64+157=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4409D is #5BBF62. Grayscale: #686868. Windows color (decimal): -6012771 or 10305700. OLE color: 10305700.

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

Color convert

RGB16464157-
CMYK00.610.040.36
HSL304.2º43.86%44.71%-
HSV(B)304.2º60.98%64.31%-
XYZ23.2313.9933.38-
YUV104.5157.63170.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=42.60%
G=16.62%
B=40.78%

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
Decimal1646415700.610.040.36304.243.8644.71
HexA4409D03D4241302c2d
Octal2441002350754444605455
Binary101001001000000100111010111101100100100100110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4409D; }

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

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

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

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

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

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

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

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