#A039A0

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

Shades of Violet Blue #A039A0

Tints of Violet Blue #A039A0

Color information

#A039A0 (or 0xA039A0) is unknown color: approx Violet Blue. HEX triplet: A0, 39 and A0. RGB value is (160,57,160). Sum of RGB (Red+Green+Blue) = 160+57+160=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A039A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039A0 is #5FC65F. Grayscale: #636363. Windows color (decimal): -6276704 or 10500512. OLE color: 10500512.

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

Color convert

RGB16057160-
CMYK00.6400.37
HSL300º47.47%42.55%-
HSV(B)300º64.38%62.75%-
XYZ22.3112.9434.58-
YUV99.54162.12171.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 160 (62.89% from 255) = 42.44%
R=42.44%
G=15.12%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605716000.6400.3730047.4742.55
HexA039A004002512c2f2b
Octal2407124001000454545753
Binary1010000011100110100000010000000100101100101100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A039A0; }

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

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

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

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

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

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

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

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