#AB41FC

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

Shades of Blue Violet #AB41FC

Tints of Blue Violet #AB41FC

Color information

#AB41FC (or 0xAB41FC) is unknown color: approx Blue Violet. HEX triplet: AB, 41 and FC. RGB value is (171,65,252). Sum of RGB (Red+Green+Blue) = 171+65+252=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB41FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41FC is #54BE03. Grayscale: #757575. Windows color (decimal): -5553668 or 16531883. OLE color: 16531883.

HSL color Cylindrical-coordinate representation of color #AB41FC: hue angle of 274.01º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB41FC is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17165252-
CMYK0.320.7400.01
HSL274.01º96.89%62.16%-
HSV(B)274.01º74.21%98.82%-
XYZ36.2619.4793.94-
YUV118.01203.62165.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 65 (25.78% from 255) = 13.32%
BLUE value IS 252 (98.83% from 255) = 51.64%
R=35.04%
G=13.32%
B=51.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171652520.320.7400.01274.0196.8962.16
HexAB41FC204A01112613e
Octal253101374401120142214176
Binary101010111000001111111001000001001010011000100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB41FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB41FC; }

 p { color: rgb(171,65,252); }

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

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

 a { background-color: rgb(171,65,252); }

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

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

 span { border-color: rgb(171,65,252); }

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