#AB96FF

Color #AB96FF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB96FF

Tints of Biloba Flower #AB96FF

Color information

#AB96FF (or 0xAB96FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 96 and FF. RGB value is (171,150,255). Sum of RGB (Red+Green+Blue) = 171+150+255=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96FF is #546900. Grayscale: #A7A7A7. Windows color (decimal): -5531905 or 16750251. OLE color: 16750251.

HSL color Cylindrical-coordinate representation of color #AB96FF: hue angle of 252º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB96FF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171150255-
CMYK0.330.4100
HSL252º100%79.41%-
HSV(B)252º41.18%100%-
XYZ45.7537.6999.47-
YUV168.25176.96129.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 255 (100% from 255) = 44.27%
R=29.69%
G=26.04%
B=44.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711502550.330.410025210079.41
HexAB96FF212900fc644f
Octal253226377415100374144117
Binary101010111001011011111111100001101001001111110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96FF; }

 p { color: rgb(171,150,255); }

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

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

 a { background-color: rgb(171,150,255); }

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

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

 span { border-color: rgb(171,150,255); }

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