#A93DFB

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

Shades of Blue Violet #A93DFB

Tints of Blue Violet #A93DFB

Color information

#A93DFB (or 0xA93DFB) is unknown color: approx Blue Violet. HEX triplet: A9, 3D and FB. RGB value is (169,61,251). Sum of RGB (Red+Green+Blue) = 169+61+251=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #A93DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93DFB is #56C204. Grayscale: #727272. Windows color (decimal): -5685765 or 16465321. OLE color: 16465321.

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

Color convert

RGB16961251-
CMYK0.330.7600.02
HSL274.11º95.96%61.18%-
HSV(B)274.11º75.7%98.43%-
XYZ35.4418.7493.02-
YUV114.95204.78166.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 61 (24.22% from 255) = 12.68%
BLUE value IS 251 (98.44% from 255) = 52.18%
R=35.14%
G=12.68%
B=52.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169612510.330.7600.02274.1195.9661.18
HexA93DFB214C02112603d
Octal25175373411140242214075
Binary101010011111011111101110000110011000101000100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93DFB; }

 p { color: rgb(169,61,251); }

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

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

 a { background-color: rgb(169,61,251); }

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

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

 span { border-color: rgb(169,61,251); }

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