#A730F1

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

Shades of Blue Violet #A730F1

Tints of Blue Violet #A730F1

Color information

#A730F1 (or 0xA730F1) is unknown color: approx Blue Violet. HEX triplet: A7, 30 and F1. RGB value is (167,48,241). Sum of RGB (Red+Green+Blue) = 167+48+241=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #A730F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730F1 is #58CF0E. Grayscale: #686868. Windows color (decimal): -5820175 or 15806631. OLE color: 15806631.

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

Color convert

RGB16748241-
CMYK0.310.8000.05
HSL276.99º87.33%56.67%-
HSV(B)276.99º80.08%94.51%-
XYZ32.8716.6884.71-
YUV105.58204.42171.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 48 (19.14% from 255) = 10.53%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=36.62%
G=10.53%
B=52.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal167482410.310.8000.05276.9987.3356.67
HexA730F11F50051155739
Octal24760361371200542512771
Binary101001111100001111000111111101000001011000101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A730F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A730F1; }

 p { color: rgb(167,48,241); }

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

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

 a { background-color: rgb(167,48,241); }

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

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

 span { border-color: rgb(167,48,241); }

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