#AB45F9

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

Shades of Blue Violet #AB45F9

Tints of Blue Violet #AB45F9

Color information

#AB45F9 (or 0xAB45F9) is unknown color: approx Blue Violet. HEX triplet: AB, 45 and F9. RGB value is (171,69,249). Sum of RGB (Red+Green+Blue) = 171+69+249=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB45F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45F9 is #54BA06. Grayscale: #777777. Windows color (decimal): -5552647 or 16336299. OLE color: 16336299.

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

Color convert

RGB17169249-
CMYK0.310.7200.02
HSL274º93.75%62.35%-
HSV(B)274º72.29%97.65%-
XYZ36.0219.7591.54-
YUV120.02200.79164.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 69 (27.34% from 255) = 14.11%
BLUE value IS 249 (97.66% from 255) = 50.92%
R=34.97%
G=14.11%
B=50.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171692490.310.7200.0227493.7562.35
HexAB45F91F48021125e3e
Octal253105371371100242213676
Binary101010111000101111110011111110010000101000100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB45F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB45F9; }

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

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

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

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

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

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

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

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