#A327F7

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

Shades of Blue Violet #A327F7

Tints of Blue Violet #A327F7

Color information

#A327F7 (or 0xA327F7) is unknown color: approx Blue Violet. HEX triplet: A3, 27 and F7. RGB value is (163,39,247). Sum of RGB (Red+Green+Blue) = 163+39+247=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #A327F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327F7 is #5CD808. Grayscale: #636363. Windows color (decimal): -6084617 or 16197539. OLE color: 16197539.

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

Color convert

RGB16339247-
CMYK0.340.8400.03
HSL275.77º92.86%56.08%-
HSV(B)275.77º84.21%96.86%-
XYZ32.6215.9589.36-
YUV99.79211.08173.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 39 (15.62% from 255) = 8.69%
BLUE value IS 247 (96.88% from 255) = 55.01%
R=36.30%
G=8.69%
B=55.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal163392470.340.8400.03275.7792.8656.08
HexA327F72254031145d38
Octal24347367421240342413570
Binary101000111001111111011110001010101000111000101001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A327F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A327F7; }

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

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

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

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

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

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

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

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