#A145FB

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

Shades of Blue Violet #A145FB

Tints of Blue Violet #A145FB

Color information

#A145FB (or 0xA145FB) is unknown color: approx Blue Violet. HEX triplet: A1, 45 and FB. RGB value is (161,69,251). Sum of RGB (Red+Green+Blue) = 161+69+251=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 69 (27.34% from 255 or 14.35% 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 #A145FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145FB is #5EBA04. Grayscale: #747474. Windows color (decimal): -6208005 or 16467361. OLE color: 16467361.

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

Color convert

RGB16169251-
CMYK0.360.7300.02
HSL270.33º95.79%62.75%-
HSV(B)270.33º72.51%98.43%-
XYZ34.2418.893.09-
YUV117.26203.48159.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 251 (98.44% from 255) = 52.18%
R=33.47%
G=14.35%
B=52.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161692510.360.7300.02270.3395.7962.75
HexA145FB24490210e603f
Octal241105373441110241614077
Binary1010000110001011111101110010010010010101000011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145FB; }

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

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

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

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

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

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

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

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