#A33FA3

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

Shades of Violet Blue #A33FA3

Tints of Violet Blue #A33FA3

Color information

#A33FA3 (or 0xA33FA3) is unknown color: approx Violet Blue. HEX triplet: A3, 3F and A3. RGB value is (163,63,163). Sum of RGB (Red+Green+Blue) = 163+63+163=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A33FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33FA3 is #5CC05C. Grayscale: #686868. Windows color (decimal): -6078557 or 10698659. OLE color: 10698659.

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

Color convert

RGB16363163-
CMYK00.6100.36
HSL300º44.25%44.31%-
HSV(B)300º61.35%63.92%-
XYZ23.4913.9936.11-
YUV104.3161.13169.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=41.90%
G=16.20%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636316300.6100.3630044.2544.31
HexA33FA303D02412c2c2c
Octal243772430750444545454
Binary101000111111111010001101111010100100100101100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33FA3; }

 p { color: rgb(163,63,163); }

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

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

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

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

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

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

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