#ab96e8

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

Shades of Biloba Flower #AB96E8

Tints of Biloba Flower #AB96E8

Color information

#AB96E8 (or 0xAB96E8) is unknown color: approx Biloba Flower. HEX triplet: AB, 96 and E8. RGB value is (171,150,232). Sum of RGB (Red+Green+Blue) = 171+150+232=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB96E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96E8 is #546917. Grayscale: #A5A5A5. Windows color (decimal): -5531928 or 15242923. OLE color: 15242923.

HSL color Cylindrical-coordinate representation of color #AB96E8: hue angle of 255.37º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB96E8 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171150232-
CMYK0.260.3500.09
HSL255.37º64.06%74.9%-
HSV(B)255.37º35.34%90.98%-
XYZ42.2736.381.12-
YUV165.63165.46131.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=30.92%
G=27.12%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711502320.260.3500.09255.3764.0674.9
HexAB96E81A2309ff404b
Octal2532263503243011377100113
Binary10101011100101101110100011010100011010011111111110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab96e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab96e8; }

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

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

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

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

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

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

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

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