#a73df2

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

Shades of Blue Violet #A73DF2

Tints of Blue Violet #A73DF2

Color information

#A73DF2 (or 0xA73DF2) is unknown color: approx Blue Violet. HEX triplet: A7, 3D and F2. RGB value is (167,61,242). Sum of RGB (Red+Green+Blue) = 167+61+242=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #A73DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73DF2 is #58C20D. Grayscale: #707070. Windows color (decimal): -5816846 or 15875495. OLE color: 15875495.

HSL color Cylindrical-coordinate representation of color #A73DF2: hue angle of 275.14º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73DF2 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16761242-
CMYK0.310.7500.05
HSL275.14º87.44%59.41%-
HSV(B)275.14º74.79%94.9%-
XYZ33.6317.9685.7-
YUV113.33200.62166.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 61 (24.22% from 255) = 12.98%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=35.53%
G=12.98%
B=51.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal167612420.310.7500.05275.1487.4459.41
HexA73DF21F4B05113573b
Octal24775362371130542312773
Binary101001111111011111001011111100101101011000100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73df2; }

 p { color: rgb(167,61,242); }

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

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

 a { background-color: rgb(167,61,242); }

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

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

 span { border-color: rgb(167,61,242); }

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