#A33EA1

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

Shades of Violet Blue #A33EA1

Tints of Violet Blue #A33EA1

Color information

#A33EA1 (or 0xA33EA1) is unknown color: approx Violet Blue. HEX triplet: A3, 3E and A1. RGB value is (163,62,161). Sum of RGB (Red+Green+Blue) = 163+62+161=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A33EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33EA1 is #5CC15E. Grayscale: #676767. Windows color (decimal): -6078815 or 10567331. OLE color: 10567331.

HSL color Cylindrical-coordinate representation of color #A33EA1: hue angle of 301.19º 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 #A33EA1 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16362161-
CMYK00.620.010.36
HSL301.19º44.89%44.12%-
HSV(B)301.19º61.96%63.92%-
XYZ23.2613.835.16-
YUV103.48160.46170.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 62 (24.61% from 255) = 16.06%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=42.23%
G=16.06%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636216100.620.010.36301.1944.8944.12
HexA33EA103E12412d2d2c
Octal243762410761444555554
Binary101000111111101010000101111101100100100101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33EA1; }

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

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

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

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

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

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

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

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