#A047F1

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

Shades of Blue Violet #A047F1

Tints of Blue Violet #A047F1

Color information

#A047F1 (or 0xA047F1) is unknown color: approx Blue Violet. HEX triplet: A0, 47 and F1. RGB value is (160,71,241). Sum of RGB (Red+Green+Blue) = 160+71+241=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #A047F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047F1 is #5FB80E. Grayscale: #747474. Windows color (decimal): -6273039 or 15812512. OLE color: 15812512.

HSL color Cylindrical-coordinate representation of color #A047F1: hue angle of 271.41º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A047F1 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16071241-
CMYK0.340.7100.05
HSL271.41º85.86%61.18%-
HSV(B)271.41º70.54%94.51%-
XYZ32.6318.3385.04-
YUV116.99197.99158.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 71 (28.12% from 255) = 15.04%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=33.90%
G=15.04%
B=51.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160712410.340.7100.05271.4185.8661.18
HexA047F122470510f563d
Octal240107361421070541712675
Binary10100000100011111110001100010100011101011000011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047F1; }

 p { color: rgb(160,71,241); }

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

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

 a { background-color: rgb(160,71,241); }

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

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

 span { border-color: rgb(160,71,241); }

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