#A148FB

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

Shades of Blue Violet #A148FB

Tints of Blue Violet #A148FB

Color information

#A148FB (or 0xA148FB) is unknown color: approx Blue Violet. HEX triplet: A1, 48 and FB. RGB value is (161,72,251). Sum of RGB (Red+Green+Blue) = 161+72+251=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #A148FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A148FB is #5EB704. Grayscale: #767676. Windows color (decimal): -6207237 or 16468129. OLE color: 16468129.

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

Color convert

RGB16172251-
CMYK0.360.7100.02
HSL269.83º95.72%63.33%-
HSV(B)269.83º71.31%98.43%-
XYZ34.4319.1893.15-
YUV119.02202.49157.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 72 (28.52% from 255) = 14.88%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=33.26%
G=14.88%
B=51.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161722510.360.7100.02269.8395.7263.33
HexA148FB24470210e603f
Octal241110373441070241614077
Binary1010000110010001111101110010010001110101000011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A148FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A148FB; }

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

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

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

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

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

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

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

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