#A4409B

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

Shades of Violet Blue #A4409B

Tints of Violet Blue #A4409B

Color information

#A4409B (or 0xA4409B) is unknown color: approx Violet Blue. HEX triplet: A4, 40 and 9B. RGB value is (164,64,155). Sum of RGB (Red+Green+Blue) = 164+64+155=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4409B is #5BBF64. Grayscale: #686868. Windows color (decimal): -6012773 or 10174628. OLE color: 10174628.

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

Color convert

RGB16464155-
CMYK00.610.050.36
HSL305.4º43.86%44.71%-
HSV(B)305.4º60.98%64.31%-
XYZ23.0613.9332.48-
YUV104.27156.63170.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=42.82%
G=16.71%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646415500.610.050.36305.443.8644.71
HexA4409B03D5241312c2d
Octal2441002330755444615455
Binary101001001000000100110110111101101100100100110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4409B; }

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

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

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

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

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

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

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

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