#A0399C

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

Shades of Violet Blue #A0399C

Tints of Violet Blue #A0399C

Color information

#A0399C (or 0xA0399C) is unknown color: approx Violet Blue. HEX triplet: A0, 39 and 9C. RGB value is (160,57,156). Sum of RGB (Red+Green+Blue) = 160+57+156=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0399C is #5FC663. Grayscale: #626262. Windows color (decimal): -6276708 or 10238368. OLE color: 10238368.

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

Color convert

RGB16057156-
CMYK00.640.020.37
HSL302.33º47.47%42.55%-
HSV(B)302.33º64.38%62.75%-
XYZ21.9612.832.77-
YUV99.08160.12171.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=42.90%
G=15.28%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605715600.640.020.37302.3347.4742.55
HexA0399C04022512e2f2b
Octal2407123401002454565753
Binary10100000111001100111000100000010100101100101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0399C; }

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

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

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

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

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

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

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

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