#A145F9

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

Shades of Blue Violet #A145F9

Tints of Blue Violet #A145F9

Color information

#A145F9 (or 0xA145F9) is unknown color: approx Blue Violet. HEX triplet: A1, 45 and F9. RGB value is (161,69,249). Sum of RGB (Red+Green+Blue) = 161+69+249=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #A145F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145F9 is #5EBA06. Grayscale: #747474. Windows color (decimal): -6208007 or 16336289. OLE color: 16336289.

HSL color Cylindrical-coordinate representation of color #A145F9: hue angle of 270.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A145F9 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16169249-
CMYK0.350.7200.02
HSL270.67º93.75%62.35%-
HSV(B)270.67º72.29%97.65%-
XYZ33.9218.6791.44-
YUV117.03202.48159.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 69 (27.34% from 255) = 14.41%
BLUE value IS 249 (97.66% from 255) = 51.98%
R=33.61%
G=14.41%
B=51.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161692490.350.7200.02270.6793.7562.35
HexA145F923480210f5e3e
Octal241105371431100241713676
Binary1010000110001011111100110001110010000101000011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145F9; }

 p { color: rgb(161,69,249); }

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

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

 a { background-color: rgb(161,69,249); }

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

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

 span { border-color: rgb(161,69,249); }

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