#A03296

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

Shades of Vivid Violet #A03296

Tints of Vivid Violet #A03296

Color information

#A03296 (or 0xA03296) is unknown color: approx Vivid Violet. HEX triplet: A0, 32 and 96. RGB value is (160,50,150). Sum of RGB (Red+Green+Blue) = 160+50+150=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03296 is #5FCD69. Grayscale: #5E5E5E. Windows color (decimal): -6278506 or 9843360. OLE color: 9843360.

HSL color Cylindrical-coordinate representation of color #A03296: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03296 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16050150-
CMYK00.690.060.37
HSL305.45º52.38%41.18%-
HSV(B)305.45º68.75%62.75%-
XYZ21.1411.9630.05-
YUV94.29159.44174.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=44.44%
G=13.89%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605015000.690.060.37305.4552.3841.18
HexA032960456251313429
Octal2406222601056454616451
Binary101000001100101001011001000101110100101100110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03296; }

 p { color: rgb(160,50,150); }

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

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

 a { background-color: rgb(160,50,150); }

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

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

 span { border-color: rgb(160,50,150); }

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