#A0389C

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

Shades of Vivid Violet #A0389C

Tints of Vivid Violet #A0389C

Color information

#A0389C (or 0xA0389C) is unknown color: approx Vivid Violet. HEX triplet: A0, 38 and 9C. RGB value is (160,56,156). Sum of RGB (Red+Green+Blue) = 160+56+156=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0389C is #5FC763. Grayscale: #626262. Windows color (decimal): -6276964 or 10238112. OLE color: 10238112.

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

Color convert

RGB16056156-
CMYK00.650.020.37
HSL302.31º48.15%42.35%-
HSV(B)302.31º65%62.75%-
XYZ21.9112.732.75-
YUV98.5160.46171.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=43.01%
G=15.05%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605615600.650.020.37302.3148.1542.35
HexA0389C04122512e302a
Octal2407023401012454566052
Binary10100000111000100111000100000110100101100101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0389C; }

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

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

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

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

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

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

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

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