#A0379B

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

Shades of Vivid Violet #A0379B

Tints of Vivid Violet #A0379B

Color information

#A0379B (or 0xA0379B) is unknown color: approx Vivid Violet. HEX triplet: A0, 37 and 9B. RGB value is (160,55,155). Sum of RGB (Red+Green+Blue) = 160+55+155=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0379B is #5FC864. Grayscale: #616161. Windows color (decimal): -6277221 or 10172320. OLE color: 10172320.

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

Color convert

RGB16055155-
CMYK00.660.030.37
HSL302.86º48.84%42.16%-
HSV(B)302.86º65.62%62.75%-
XYZ21.7812.5732.29-
YUV97.8160.29172.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=43.24%
G=14.86%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605515500.660.030.37302.8648.8442.16
HexA0379B04232512f312a
Octal2406723301023454576152
Binary10100000110111100110110100001011100101100101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0379B; }

 p { color: rgb(160,55,155); }

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

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

 a { background-color: rgb(160,55,155); }

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

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

 span { border-color: rgb(160,55,155); }

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