#A0359E

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

Shades of Vivid Violet #A0359E

Tints of Vivid Violet #A0359E

Color information

#A0359E (or 0xA0359E) is unknown color: approx Vivid Violet. HEX triplet: A0, 35 and 9E. RGB value is (160,53,158). Sum of RGB (Red+Green+Blue) = 160+53+158=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0359E is #5FCA61. Grayscale: #606060. Windows color (decimal): -6277730 or 10368416. OLE color: 10368416.

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

Color convert

RGB16053158-
CMYK00.670.010.37
HSL301.12º50.23%41.76%-
HSV(B)301.12º66.87%62.75%-
XYZ21.9412.4933.6-
YUV96.96162.45172.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=43.13%
G=14.29%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605315800.670.010.37301.1250.2341.76
HexA0359E04312512d322a
Octal2406523601031454556252
Binary1010000011010110011110010000111100101100101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0359E; }

 p { color: rgb(160,53,158); }

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

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

 a { background-color: rgb(160,53,158); }

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

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

 span { border-color: rgb(160,53,158); }

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