#A13798

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

Shades of Vivid Violet #A13798

Tints of Vivid Violet #A13798

Color information

#A13798 (or 0xA13798) is unknown color: approx Vivid Violet. HEX triplet: A1, 37 and 98. RGB value is (161,55,152). Sum of RGB (Red+Green+Blue) = 161+55+152=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A13798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13798 is #5EC867. Grayscale: #616161. Windows color (decimal): -6211688 or 9975713. OLE color: 9975713.

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

Color convert

RGB16155152-
CMYK00.660.060.37
HSL305.09º49.07%42.35%-
HSV(B)305.09º65.84%63.14%-
XYZ21.7312.5830.99-
YUV97.75158.62173.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=43.75%
G=14.95%
B=41.30%

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
Decimal1615515200.660.060.37305.0949.0742.35
HexA13798042625131312a
Octal2416723001026454616152
Binary101000011101111001100001000010110100101100110001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13798; }

 p { color: rgb(161,55,152); }

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

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

 a { background-color: rgb(161,55,152); }

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

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

 span { border-color: rgb(161,55,152); }

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