#A33AF7

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

Shades of Blue Violet #A33AF7

Tints of Blue Violet #A33AF7

Color information

#A33AF7 (or 0xA33AF7) is unknown color: approx Blue Violet. HEX triplet: A3, 3A and F7. RGB value is (163,58,247). Sum of RGB (Red+Green+Blue) = 163+58+247=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #A33AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33AF7 is #5CC508. Grayscale: #6E6E6E. Windows color (decimal): -6079753 or 16202403. OLE color: 16202403.

HSL color Cylindrical-coordinate representation of color #A33AF7: hue angle of 273.33º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A33AF7 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16358247-
CMYK0.340.7700.03
HSL273.33º92.2%59.8%-
HSV(B)273.33º76.52%96.86%-
XYZ33.4117.5389.62-
YUV110.94204.79165.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 58 (23.05% from 255) = 12.39%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=34.83%
G=12.39%
B=52.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal163582470.340.7700.03273.3392.259.8
HexA33AF7224D031115c3c
Octal24372367421150342113474
Binary101000111110101111011110001010011010111000100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33AF7; }

 p { color: rgb(163,58,247); }

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

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

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

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

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

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

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