#A0399F

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

Shades of Violet Blue #A0399F

Tints of Violet Blue #A0399F

Color information

#A0399F (or 0xA0399F) is unknown color: approx Violet Blue. HEX triplet: A0, 39 and 9F. RGB value is (160,57,159). Sum of RGB (Red+Green+Blue) = 160+57+159=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0399F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0399F is #5FC660. Grayscale: #636363. Windows color (decimal): -6276705 or 10434976. OLE color: 10434976.

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

Color convert

RGB16057159-
CMYK00.640.010.37
HSL300.58º47.47%42.55%-
HSV(B)300.58º64.38%62.75%-
XYZ22.2212.934.12-
YUV99.42161.62171.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=42.55%
G=15.16%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605715900.640.010.37300.5847.4742.55
HexA0399F04012512d2f2b
Octal2407123701001454555753
Binary1010000011100110011111010000001100101100101101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0399F; }

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

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

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

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

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

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

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

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