#A02998

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

Shades of Vivid Violet #A02998

Tints of Vivid Violet #A02998

Color information

#A02998 (or 0xA02998) is unknown color: approx Vivid Violet. HEX triplet: A0, 29 and 98. RGB value is (160,41,152). Sum of RGB (Red+Green+Blue) = 160+41+152=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A02998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02998 is #5FD667. Grayscale: #585858. Windows color (decimal): -6280808 or 9972128. OLE color: 9972128.

HSL color Cylindrical-coordinate representation of color #A02998: hue angle of 304.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02998 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16041152-
CMYK00.740.050.37
HSL304.03º59.2%39.41%-
HSV(B)304.03º74.37%62.75%-
XYZ20.9611.3330.79-
YUV89.24163.42178.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 41 (16.41% from 255) = 11.61%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=45.33%
G=11.61%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604115200.740.050.37304.0359.239.41
HexA0299804A5251303b27
Octal2405123001125454607347
Binary101000001010011001100001001010101100101100110000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02998; }

 p { color: rgb(160,41,152); }

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

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

 a { background-color: rgb(160,41,152); }

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

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

 span { border-color: rgb(160,41,152); }

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