#A048FB

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

Shades of Blue Violet #A048FB

Tints of Blue Violet #A048FB

Color information

#A048FB (or 0xA048FB) is unknown color: approx Blue Violet. HEX triplet: A0, 48 and FB. RGB value is (160,72,251). Sum of RGB (Red+Green+Blue) = 160+72+251=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #A048FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048FB is #5FB704. Grayscale: #767676. Windows color (decimal): -6272773 or 16468128. OLE color: 16468128.

HSL color Cylindrical-coordinate representation of color #A048FB: hue angle of 269.5º 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 #A048FB is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16072251-
CMYK0.360.7100.02
HSL269.5º95.72%63.33%-
HSV(B)269.5º71.31%98.43%-
XYZ34.2319.0793.14-
YUV118.72202.65157.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 72 (28.52% from 255) = 14.91%
BLUE value IS 251 (98.44% from 255) = 51.97%
R=33.13%
G=14.91%
B=51.97%

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
Decimal160722510.360.7100.02269.595.7263.33
HexA048FB24470210d603f
Octal240110373441070241514077
Binary1010000010010001111101110010010001110101000011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A048FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A048FB; }

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

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

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

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

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

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

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

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