#A02699

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

Shades of Vivid Violet #A02699

Tints of Vivid Violet #A02699

Color information

#A02699 (or 0xA02699) is unknown color: approx Vivid Violet. HEX triplet: A0, 26 and 99. RGB value is (160,38,153). Sum of RGB (Red+Green+Blue) = 160+38+153=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A02699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02699 is #5FD966. Grayscale: #575757. Windows color (decimal): -6281575 or 10036896. OLE color: 10036896.

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

Color convert

RGB16038153-
CMYK00.760.040.37
HSL303.44º61.62%38.82%-
HSV(B)303.44º76.25%62.75%-
XYZ20.9411.1631.19-
YUV87.59164.92179.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 38 (15.23% from 255) = 10.83%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=45.58%
G=10.83%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603815300.760.040.37303.4461.6238.82
HexA0269904C42512f3e27
Octal2404623101144454577647
Binary101000001001101001100101001100100100101100101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02699; }

 p { color: rgb(160,38,153); }

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

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

 a { background-color: rgb(160,38,153); }

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

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

 span { border-color: rgb(160,38,153); }

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