#A547F7

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

Shades of Blue Violet #A547F7

Tints of Blue Violet #A547F7

Color information

#A547F7 (or 0xA547F7) is unknown color: approx Blue Violet. HEX triplet: A5, 47 and F7. RGB value is (165,71,247). Sum of RGB (Red+Green+Blue) = 165+71+247=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #A547F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547F7 is #5AB808. Grayscale: #767676. Windows color (decimal): -5945353 or 16205733. OLE color: 16205733.

HSL color Cylindrical-coordinate representation of color #A547F7: hue angle of 272.05º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A547F7 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16571247-
CMYK0.330.7100.03
HSL272.05º91.67%62.35%-
HSV(B)272.05º71.26%96.86%-
XYZ34.5619.2289.88-
YUV119.17200.14160.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 71 (28.12% from 255) = 14.70%
BLUE value IS 247 (96.88% from 255) = 51.14%
R=34.16%
G=14.70%
B=51.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165712470.330.7100.03272.0591.6762.35
HexA547F72147031105c3e
Octal245107367411070342013476
Binary1010010110001111111011110000110001110111000100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547F7; }

 p { color: rgb(165,71,247); }

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

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

 a { background-color: rgb(165,71,247); }

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

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

 span { border-color: rgb(165,71,247); }

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