#A830F1

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

Shades of Blue Violet #A830F1

Tints of Blue Violet #A830F1

Color information

#A830F1 (or 0xA830F1) is unknown color: approx Blue Violet. HEX triplet: A8, 30 and F1. RGB value is (168,48,241). Sum of RGB (Red+Green+Blue) = 168+48+241=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #A830F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830F1 is #57CF0E. Grayscale: #696969. Windows color (decimal): -5754639 or 15806632. OLE color: 15806632.

HSL color Cylindrical-coordinate representation of color #A830F1: hue angle of 277.31º 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 #A830F1 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16848241-
CMYK0.300.8000.05
HSL277.31º87.33%56.67%-
HSV(B)277.31º80.08%94.51%-
XYZ33.0816.7984.72-
YUV105.88204.26172.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 48 (19.14% from 255) = 10.50%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=36.76%
G=10.50%
B=52.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168482410.300.8000.05277.3187.3356.67
HexA830F11E50051155739
Octal25060361361200542512771
Binary101010001100001111000111110101000001011000101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A830F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A830F1; }

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

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

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

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

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

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

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

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