#A0399A

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

Shades of Violet Blue #A0399A

Tints of Violet Blue #A0399A

Color information

#A0399A (or 0xA0399A) is unknown color: approx Violet Blue. HEX triplet: A0, 39 and 9A. RGB value is (160,57,154). Sum of RGB (Red+Green+Blue) = 160+57+154=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0399A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0399A is #5FC665. Grayscale: #626262. Windows color (decimal): -6276710 or 10107296. OLE color: 10107296.

HSL color Cylindrical-coordinate representation of color #A0399A: hue angle of 303.5º 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 #A0399A is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16057154-
CMYK00.640.040.37
HSL303.5º47.47%42.55%-
HSV(B)303.5º64.38%62.75%-
XYZ21.7912.7331.88-
YUV98.85159.12171.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=43.13%
G=15.36%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605715400.640.040.37303.547.4742.55
HexA0399A04042512f2f2b
Octal2407123201004454575753
Binary101000001110011001101001000000100100101100101111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0399A; }

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

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

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

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

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

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

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

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