#A045FB

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

Shades of Blue Violet #A045FB

Tints of Blue Violet #A045FB

Color information

#A045FB (or 0xA045FB) is unknown color: approx Blue Violet. HEX triplet: A0, 45 and FB. RGB value is (160,69,251). Sum of RGB (Red+Green+Blue) = 160+69+251=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #A045FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A045FB is #5FBA04. Grayscale: #747474. Windows color (decimal): -6273541 or 16467360. OLE color: 16467360.

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

Color convert

RGB16069251-
CMYK0.360.7300.02
HSL270º95.79%62.75%-
HSV(B)270º72.51%98.43%-
XYZ34.0418.6993.08-
YUV116.96203.65158.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 14.38%
BLUE value IS 251 (98.44% from 255) = 52.29%
R=33.33%
G=14.38%
B=52.29%

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
Decimal160692510.360.7300.0227095.7962.75
HexA045FB24490210e603f
Octal240105373441110241614077
Binary1010000010001011111101110010010010010101000011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A045FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A045FB; }

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

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

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

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

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

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

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

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