#A747FB

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

Shades of Blue Violet #A747FB

Tints of Blue Violet #A747FB

Color information

#A747FB (or 0xA747FB) is unknown color: approx Blue Violet. HEX triplet: A7, 47 and FB. RGB value is (167,71,251). Sum of RGB (Red+Green+Blue) = 167+71+251=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #A747FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747FB is #58B804. Grayscale: #777777. Windows color (decimal): -5814277 or 16467879. OLE color: 16467879.

HSL color Cylindrical-coordinate representation of color #A747FB: hue angle of 272º 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 #A747FB is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16771251-
CMYK0.330.7200.02
HSL272º95.74%63.14%-
HSV(B)272º71.71%98.43%-
XYZ35.619.6993.19-
YUV120.22201.8161.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 71 (28.12% from 255) = 14.52%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=34.15%
G=14.52%
B=51.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal167712510.330.7200.0227295.7463.14
HexA747FB214802110603f
Octal247107373411100242014077
Binary1010011110001111111101110000110010000101000100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A747FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A747FB; }

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

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

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

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

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

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

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

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