#a347fe

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

Shades of Blue Violet #A347FE

Tints of Blue Violet #A347FE

Color information

#A347FE (or 0xA347FE) is unknown color: approx Blue Violet. HEX triplet: A3, 47 and FE. RGB value is (163,71,254). Sum of RGB (Red+Green+Blue) = 163+71+254=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #A347FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A347FE is #5CB801. Grayscale: #767676. Windows color (decimal): -6076418 or 16664483. OLE color: 16664483.

HSL color Cylindrical-coordinate representation of color #A347FE: hue angle of 270.16º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A347FE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16371254-
CMYK0.360.7200.00
HSL270.16º98.92%63.73%-
HSV(B)270.16º72.05%99.61%-
XYZ35.2519.4595.66-
YUV119.37203.98159.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 71 (28.12% from 255) = 14.55%
BLUE value IS 254 (99.61% from 255) = 52.05%
R=33.40%
G=14.55%
B=52.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal163712540.360.7200.00270.1698.9263.73
HexA347FE24480010e6340
Octal2431073764411000416143100
Binary1010001110001111111111010010010010000010000111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a347fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a347fe; }

 p { color: rgb(163,71,254); }

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

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

 a { background-color: rgb(163,71,254); }

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

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

 span { border-color: rgb(163,71,254); }

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