#A33EAB

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

Shades of Violet Blue #A33EAB

Tints of Violet Blue #A33EAB

Color information

#A33EAB (or 0xA33EAB) is unknown color: approx Violet Blue. HEX triplet: A3, 3E and AB. RGB value is (163,62,171). Sum of RGB (Red+Green+Blue) = 163+62+171=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #A33EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33EAB is #5CC154. Grayscale: #686868. Windows color (decimal): -6078805 or 11222691. OLE color: 11222691.

HSL color Cylindrical-coordinate representation of color #A33EAB: hue angle of 295.6º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33EAB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16362171-
CMYK0.050.6400.33
HSL295.6º46.78%45.69%-
HSV(B)295.6º63.74%67.06%-
XYZ24.1814.1739.99-
YUV104.62165.46169.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=41.16%
G=15.66%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163621710.050.6400.33295.646.7845.69
HexA33EAB5400211282f2e
Octal2437625351000414505756
Binary101000111111101010101110110000000100001100101000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33EAB; }

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

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

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

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

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

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

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

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