#A03297

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

Shades of Vivid Violet #A03297

Tints of Vivid Violet #A03297

Color information

#A03297 (or 0xA03297) is unknown color: approx Vivid Violet. HEX triplet: A0, 32 and 97. RGB value is (160,50,151). Sum of RGB (Red+Green+Blue) = 160+50+151=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03297 is #5FCD68. Grayscale: #5E5E5E. Windows color (decimal): -6278505 or 9908896. OLE color: 9908896.

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

Color convert

RGB16050151-
CMYK00.690.060.37
HSL304.91º52.38%41.18%-
HSV(B)304.91º68.75%62.75%-
XYZ21.2211.9930.47-
YUV94.4159.94174.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 50 (19.92% from 255) = 13.85%
BLUE value IS 151 (59.38% from 255) = 41.83%
R=44.32%
G=13.85%
B=41.83%

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
Decimal1605015100.690.060.37304.9152.3841.18
HexA032970456251313429
Octal2406222701056454616451
Binary101000001100101001011101000101110100101100110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03297; }

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

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

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

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

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

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

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

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