#A32FE6

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

Shades of Blue Violet #A32FE6

Tints of Blue Violet #A32FE6

Color information

#A32FE6 (or 0xA32FE6) is unknown color: approx Blue Violet. HEX triplet: A3, 2F and E6. RGB value is (163,47,230). Sum of RGB (Red+Green+Blue) = 163+47+230=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #A32FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32FE6 is #5CD019. Grayscale: #656565. Windows color (decimal): -6082586 or 15085475. OLE color: 15085475.

HSL color Cylindrical-coordinate representation of color #A32FE6: hue angle of 278.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32FE6 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16347230-
CMYK0.290.8000.10
HSL278.03º78.54%54.31%-
HSV(B)278.03º79.57%90.2%-
XYZ30.415.5376.26-
YUV102.55199.93171.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 47 (18.75% from 255) = 10.68%
BLUE value IS 230 (90.23% from 255) = 52.27%
R=37.05%
G=10.68%
B=52.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal163472300.290.8000.10278.0378.5454.31
HexA32FE61D500A1164f36
Octal243573463512001242611766
Binary1010001110111111100110111011010000010101000101101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32FE6; }

 p { color: rgb(163,47,230); }

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

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

 a { background-color: rgb(163,47,230); }

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

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

 span { border-color: rgb(163,47,230); }

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