#A33EA0

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

Shades of Violet Blue #A33EA0

Tints of Violet Blue #A33EA0

Color information

#A33EA0 (or 0xA33EA0) is unknown color: approx Violet Blue. HEX triplet: A3, 3E and A0. RGB value is (163,62,160). Sum of RGB (Red+Green+Blue) = 163+62+160=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A33EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33EA0 is #5CC15F. Grayscale: #676767. Windows color (decimal): -6078816 or 10501795. OLE color: 10501795.

HSL color Cylindrical-coordinate representation of color #A33EA0: hue angle of 301.78º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33EA0 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16362160-
CMYK00.620.020.36
HSL301.78º44.89%44.12%-
HSV(B)301.78º61.96%63.92%-
XYZ23.1713.7734.69-
YUV103.37159.96170.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=42.34%
G=16.10%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636216000.620.020.36301.7844.8944.12
HexA33EA003E22412e2d2c
Octal243762400762444565554
Binary1010001111111010100000011111010100100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33EA0; }

 p { color: rgb(163,62,160); }

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

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

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

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

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

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

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