#A33BF6

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

Shades of Blue Violet #A33BF6

Tints of Blue Violet #A33BF6

Color information

#A33BF6 (or 0xA33BF6) is unknown color: approx Blue Violet. HEX triplet: A3, 3B and F6. RGB value is (163,59,246). Sum of RGB (Red+Green+Blue) = 163+59+246=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #A33BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BF6 is #5CC409. Grayscale: #6E6E6E. Windows color (decimal): -6079498 or 16137123. OLE color: 16137123.

HSL color Cylindrical-coordinate representation of color #A33BF6: hue angle of 273.37º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A33BF6 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16359246-
CMYK0.340.7600.04
HSL273.37º91.22%59.8%-
HSV(B)273.37º76.02%96.47%-
XYZ33.317.5788.82-
YUV111.41203.96164.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 246 (96.48% from 255) = 52.56%
R=34.83%
G=12.61%
B=52.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163592460.340.7600.04273.3791.2259.8
HexA33BF6224C041115b3c
Octal24373366421140442113374
Binary1010001111101111110110100010100110001001000100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33BF6; }

 p { color: rgb(163,59,246); }

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

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

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

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

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

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

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