#A440A0

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

Shades of Violet Blue #A440A0

Tints of Violet Blue #A440A0

Color information

#A440A0 (or 0xA440A0) is unknown color: approx Violet Blue. HEX triplet: A4, 40 and A0. RGB value is (164,64,160). Sum of RGB (Red+Green+Blue) = 164+64+160=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A440A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440A0 is #5BBF5F. Grayscale: #686868. Windows color (decimal): -6012768 or 10502308. OLE color: 10502308.

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

Color convert

RGB16464160-
CMYK00.610.020.36
HSL302.4º43.86%44.71%-
HSV(B)302.4º60.98%64.31%-
XYZ23.4914.134.74-
YUV104.84159.13170.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=42.27%
G=16.49%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646416000.610.020.36302.443.8644.71
HexA440A003D22412e2c2d
Octal2441002400752444565455
Binary10100100100000010100000011110110100100100101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A440A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A440A0; }

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

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

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

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

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

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

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

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