#AB96F9

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

Shades of Biloba Flower #AB96F9

Tints of Biloba Flower #AB96F9

Color information

#AB96F9 (or 0xAB96F9) is unknown color: approx Biloba Flower. HEX triplet: AB, 96 and F9. RGB value is (171,150,249). Sum of RGB (Red+Green+Blue) = 171+150+249=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB96F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96F9 is #546906. Grayscale: #A7A7A7. Windows color (decimal): -5531911 or 16357035. OLE color: 16357035.

HSL color Cylindrical-coordinate representation of color #AB96F9: hue angle of 252.73º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB96F9 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171150249-
CMYK0.310.4000.02
HSL252.73º89.19%78.24%-
HSV(B)252.73º39.76%97.65%-
XYZ44.837.3194.46-
YUV167.56173.96130.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=30%
G=26.32%
B=43.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711502490.310.4000.02252.7389.1978.24
HexAB96F91F2802fd594e
Octal253226371375002375131116
Binary101010111001011011111001111111010000101111110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96F9; }

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

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

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

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

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

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

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

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