#A320F2

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

Shades of Blue Violet #A320F2

Tints of Blue Violet #A320F2

Color information

#A320F2 (or 0xA320F2) is unknown color: approx Blue Violet. HEX triplet: A3, 20 and F2. RGB value is (163,32,242). Sum of RGB (Red+Green+Blue) = 163+32+242=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #A320F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A320F2 is #5CDF0D. Grayscale: #5E5E5E. Windows color (decimal): -6086414 or 15868067. OLE color: 15868067.

HSL color Cylindrical-coordinate representation of color #A320F2: hue angle of 277.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A320F2 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16332242-
CMYK0.330.8700.05
HSL277.43º88.98%53.73%-
HSV(B)277.43º86.78%94.9%-
XYZ31.6515.2385.28-
YUV95.11210.9176.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 32 (12.89% from 255) = 7.32%
BLUE value IS 242 (94.92% from 255) = 55.38%
R=37.30%
G=7.32%
B=55.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal163322420.330.8700.05277.4388.9853.73
HexA320F22157051155936
Octal24340362411270542513166
Binary1010001110000011110010100001101011101011000101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A320F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A320F2; }

 p { color: rgb(163,32,242); }

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

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

 a { background-color: rgb(163,32,242); }

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

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

 span { border-color: rgb(163,32,242); }

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