#a32cf2

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

Shades of Blue Violet #A32CF2

Tints of Blue Violet #A32CF2

Color information

#A32CF2 (or 0xA32CF2) is unknown color: approx Blue Violet. HEX triplet: A3, 2C and F2. RGB value is (163,44,242). Sum of RGB (Red+Green+Blue) = 163+44+242=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #A32CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CF2 is #5CD30D. Grayscale: #656565. Windows color (decimal): -6083342 or 15871139. OLE color: 15871139.

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

Color convert

RGB16344242-
CMYK0.330.8200.05
HSL276.06º88.39%56.08%-
HSV(B)276.06º81.82%94.9%-
XYZ32.031685.4-
YUV102.15206.92171.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 44 (17.58% from 255) = 9.80%
BLUE value IS 242 (94.92% from 255) = 53.90%
R=36.30%
G=9.80%
B=53.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal163442420.330.8200.05276.0688.3956.08
HexA32CF22152051145838
Octal24354362411220542413070
Binary1010001110110011110010100001101001001011000101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32cf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32cf2; }

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

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

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

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

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

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

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

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