#A547FB

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

Shades of Blue Violet #A547FB

Tints of Blue Violet #A547FB

Color information

#A547FB (or 0xA547FB) is unknown color: approx Blue Violet. HEX triplet: A5, 47 and FB. RGB value is (165,71,251). Sum of RGB (Red+Green+Blue) = 165+71+251=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #A547FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547FB is #5AB804. Grayscale: #777777. Windows color (decimal): -5945349 or 16467877. OLE color: 16467877.

HSL color Cylindrical-coordinate representation of color #A547FB: hue angle of 271.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A547FB is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16571251-
CMYK0.340.7200.02
HSL271.33º95.74%63.14%-
HSV(B)271.33º71.71%98.43%-
XYZ35.1819.4793.17-
YUV119.63202.14160.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 71 (28.12% from 255) = 14.58%
BLUE value IS 251 (98.44% from 255) = 51.54%
R=33.88%
G=14.58%
B=51.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165712510.340.7200.02271.3395.7463.14
HexA547FB22480210f603f
Octal245107373421100241714077
Binary1010010110001111111101110001010010000101000011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547FB; }

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

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

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

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

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

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

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

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