#A332FB

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

Shades of Blue Violet #A332FB

Tints of Blue Violet #A332FB

Color information

#A332FB (or 0xA332FB) is unknown color: approx Blue Violet. HEX triplet: A3, 32 and FB. RGB value is (163,50,251). Sum of RGB (Red+Green+Blue) = 163+50+251=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #A332FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332FB is #5CCD04. Grayscale: #6A6A6A. Windows color (decimal): -6081797 or 16462499. OLE color: 16462499.

HSL color Cylindrical-coordinate representation of color #A332FB: hue angle of 273.73º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A332FB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16350251-
CMYK0.350.8000.02
HSL273.73º96.17%59.02%-
HSV(B)273.73º80.08%98.43%-
XYZ33.6617.0392.78-
YUV106.7209.44168.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 50 (19.92% from 255) = 10.78%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=35.13%
G=10.78%
B=54.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163502510.350.8000.02273.7396.1759.02
HexA332FB235002112603b
Octal24362373431200242214073
Binary101000111100101111101110001110100000101000100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332FB; }

 p { color: rgb(163,50,251); }

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

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

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

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

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

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

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