#AB33FC

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

Shades of Blue Violet #AB33FC

Tints of Blue Violet #AB33FC

Color information

#AB33FC (or 0xAB33FC) is unknown color: approx Blue Violet. HEX triplet: AB, 33 and FC. RGB value is (171,51,252). Sum of RGB (Red+Green+Blue) = 171+51+252=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB33FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB33FC is #54CC03. Grayscale: #6D6D6D. Windows color (decimal): -5557252 or 16528299. OLE color: 16528299.

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

Color convert

RGB17151252-
CMYK0.320.8000.01
HSL275.82º97.1%59.41%-
HSV(B)275.82º79.76%98.82%-
XYZ35.5518.0593.71-
YUV109.79208.26171.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 51 (20.31% from 255) = 10.76%
BLUE value IS 252 (98.83% from 255) = 53.16%
R=36.08%
G=10.76%
B=53.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171512520.320.8000.01275.8297.159.41
HexAB33FC205001114613b
Octal25363374401200142414173
Binary10101011110011111111001000001010000011000101001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33FC; }

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

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

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

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

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

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

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

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