#A33EAA

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

Shades of Violet Blue #A33EAA

Tints of Violet Blue #A33EAA

Color information

#A33EAA (or 0xA33EAA) is unknown color: approx Violet Blue. HEX triplet: A3, 3E and AA. RGB value is (163,62,170). Sum of RGB (Red+Green+Blue) = 163+62+170=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #A33EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33EAA is #5CC155. Grayscale: #686868. Windows color (decimal): -6078806 or 11157155. OLE color: 11157155.

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

Color convert

RGB16362170-
CMYK0.040.6400.33
HSL296.11º46.55%45.49%-
HSV(B)296.11º63.53%66.67%-
XYZ24.0814.1339.49-
YUV104.51164.96169.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=41.27%
G=15.70%
B=43.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163621700.040.6400.33296.1146.5545.49
HexA33EAA4400211282f2d
Octal2437625241000414505755
Binary101000111111101010101010010000000100001100101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33EAA; }

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

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

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

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

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

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

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

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