#A033A0

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

Shades of Vivid Violet #A033A0

Tints of Vivid Violet #A033A0

Color information

#A033A0 (or 0xA033A0) is unknown color: approx Vivid Violet. HEX triplet: A0, 33 and A0. RGB value is (160,51,160). Sum of RGB (Red+Green+Blue) = 160+51+160=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A033A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A033A0 is #5FCC5F. Grayscale: #5F5F5F. Windows color (decimal): -6278240 or 10498976. OLE color: 10498976.

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

Color convert

RGB16051160-
CMYK00.6800.37
HSL300º51.66%41.37%-
HSV(B)300º68.12%62.75%-
XYZ22.0312.3834.49-
YUV96.02164.11173.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=43.13%
G=13.75%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605116000.6800.3730051.6641.37
HexA033A004402512c3429
Octal2406324001040454546451
Binary1010000011001110100000010001000100101100101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A033A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A033A0; }

 p { color: rgb(160,51,160); }

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

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

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

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

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

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

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