#A02D98

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

Shades of Vivid Violet #A02D98

Tints of Vivid Violet #A02D98

Color information

#A02D98 (or 0xA02D98) is unknown color: approx Vivid Violet. HEX triplet: A0, 2D and 98. RGB value is (160,45,152). Sum of RGB (Red+Green+Blue) = 160+45+152=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02D98 is #5FD267. Grayscale: #5B5B5B. Windows color (decimal): -6279784 or 9973152. OLE color: 9973152.

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

Color convert

RGB16045152-
CMYK00.720.050.37
HSL304.17º56.1%40.2%-
HSV(B)304.17º71.88%62.75%-
XYZ21.111.6230.84-
YUV91.58162.1176.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=44.82%
G=12.61%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604515200.720.050.37304.1756.140.2
HexA02D980485251303828
Octal2405523001105454607050
Binary101000001011011001100001001000101100101100110000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D98; }

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

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

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

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

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

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

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

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