#A047FD

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

Shades of Blue Violet #A047FD

Tints of Blue Violet #A047FD

Color information

#A047FD (or 0xA047FD) is unknown color: approx Blue Violet. HEX triplet: A0, 47 and FD. RGB value is (160,71,253). Sum of RGB (Red+Green+Blue) = 160+71+253=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #A047FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A047FD is #5FB802. Grayscale: #757575. Windows color (decimal): -6273027 or 16598944. OLE color: 16598944.

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

Color convert

RGB16071253-
CMYK0.370.7200.01
HSL269.34º97.85%63.53%-
HSV(B)269.34º71.94%99.22%-
XYZ34.4819.0794.79-
YUV118.36203.99157.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 71 (28.12% from 255) = 14.67%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=33.06%
G=14.67%
B=52.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160712530.370.7200.01269.3497.8563.53
HexA047FD25480110d6240
Octal2401073754511001415142100
Binary1010000010001111111110110010110010000110000110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047FD; }

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

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

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

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

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

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

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

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