#A040A0

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

Shades of Violet Blue #A040A0

Tints of Violet Blue #A040A0

Color information

#A040A0 (or 0xA040A0) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and A0. RGB value is (160,64,160). Sum of RGB (Red+Green+Blue) = 160+64+160=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A040A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A040A0 is #5FBF5F. Grayscale: #676767. Windows color (decimal): -6274912 or 10502304. OLE color: 10502304.

HSL color Cylindrical-coordinate representation of color #A040A0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A040A0 is Cyan = 0, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16064160-
CMYK00.600.37
HSL300º42.86%43.92%-
HSV(B)300º60%62.75%-
XYZ22.6813.6834.7-
YUV103.65159.8168.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606416000.600.3730042.8643.92
HexA040A003C02512c2b2c
Octal2401002400740454545354
Binary1010000010000001010000001111000100101100101100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A040A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A040A0; }

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

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

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

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

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

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

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

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