#A441A0

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

Shades of Violet Blue #A441A0

Tints of Violet Blue #A441A0

Color information

#A441A0 (or 0xA441A0) is unknown color: approx Violet Blue. HEX triplet: A4, 41 and A0. RGB value is (164,65,160). Sum of RGB (Red+Green+Blue) = 164+65+160=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A441A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441A0 is #5BBE5F. Grayscale: #696969. Windows color (decimal): -6012512 or 10502564. OLE color: 10502564.

HSL color Cylindrical-coordinate representation of color #A441A0: hue angle of 302.42º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A441A0 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16465160-
CMYK00.600.020.36
HSL302.42º43.23%44.9%-
HSV(B)302.42º60.37%64.31%-
XYZ23.5514.2134.76-
YUV105.43158.8169.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=42.16%
G=16.71%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646516000.600.020.36302.4243.2344.9
HexA441A003C22412e2b2d
Octal2441012400742444565355
Binary10100100100000110100000011110010100100100101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A441A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A441A0; }

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

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

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

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

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

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

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

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