#A03697

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

Shades of Vivid Violet #A03697

Tints of Vivid Violet #A03697

Color information

#A03697 (or 0xA03697) is unknown color: approx Vivid Violet. HEX triplet: A0, 36 and 97. RGB value is (160,54,151). Sum of RGB (Red+Green+Blue) = 160+54+151=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A03697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03697 is #5FC968. Grayscale: #606060. Windows color (decimal): -6277481 or 9909920. OLE color: 9909920.

HSL color Cylindrical-coordinate representation of color #A03697: hue angle of 305.09º degrees, saturation: 0.5, 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 #A03697 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16054151-
CMYK00.660.060.37
HSL305.09º49.53%41.96%-
HSV(B)305.09º66.25%62.75%-
XYZ21.412.3530.53-
YUV96.75158.62173.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 54 (21.48% from 255) = 14.79%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=43.84%
G=14.79%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605415100.660.060.37305.0949.5341.96
HexA03697042625131322a
Octal2406622701026454616252
Binary101000001101101001011101000010110100101100110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03697; }

 p { color: rgb(160,54,151); }

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

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

 a { background-color: rgb(160,54,151); }

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

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

 span { border-color: rgb(160,54,151); }

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