#A332F7

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

Shades of Blue Violet #A332F7

Tints of Blue Violet #A332F7

Color information

#A332F7 (or 0xA332F7) is unknown color: approx Blue Violet. HEX triplet: A3, 32 and F7. RGB value is (163,50,247). Sum of RGB (Red+Green+Blue) = 163+50+247=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #A332F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332F7 is #5CCD08. Grayscale: #696969. Windows color (decimal): -6081801 or 16200355. OLE color: 16200355.

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

Color convert

RGB16350247-
CMYK0.340.8000.03
HSL274.42º92.49%58.24%-
HSV(B)274.42º79.76%96.86%-
XYZ33.0316.7889.49-
YUV106.24207.44168.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 50 (19.92% from 255) = 10.87%
BLUE value IS 247 (96.88% from 255) = 53.70%
R=35.43%
G=10.87%
B=53.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal163502470.340.8000.03274.4292.4958.24
HexA332F72250031125c3a
Octal24362367421200342213472
Binary101000111100101111011110001010100000111000100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332F7; }

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

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

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

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

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

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

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

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