#A0389F

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

Shades of Vivid Violet #A0389F

Tints of Vivid Violet #A0389F

Color information

#A0389F (or 0xA0389F) is unknown color: approx Vivid Violet. HEX triplet: A0, 38 and 9F. RGB value is (160,56,159). Sum of RGB (Red+Green+Blue) = 160+56+159=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0389F is #5FC760. Grayscale: #626262. Windows color (decimal): -6276961 or 10434720. OLE color: 10434720.

HSL color Cylindrical-coordinate representation of color #A0389F: hue angle of 300.58º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0389F is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16056159-
CMYK00.650.010.37
HSL300.58º48.15%42.35%-
HSV(B)300.58º65%62.75%-
XYZ22.1712.8134.1-
YUV98.84161.96171.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=42.67%
G=14.93%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605615900.650.010.37300.5848.1542.35
HexA0389F04112512d302a
Octal2407023701011454556052
Binary1010000011100010011111010000011100101100101101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0389F; }

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

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

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

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

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

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

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

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