#AB8AF6

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

Shades of Biloba Flower #AB8AF6

Tints of Biloba Flower #AB8AF6

Color information

#AB8AF6 (or 0xAB8AF6) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and F6. RGB value is (171,138,246). Sum of RGB (Red+Green+Blue) = 171+138+246=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AF6 is #547509. Grayscale: #9F9F9F. Windows color (decimal): -5534986 or 16157355. OLE color: 16157355.

HSL color Cylindrical-coordinate representation of color #AB8AF6: hue angle of 258.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8AF6 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171138246-
CMYK0.300.4400.04
HSL258.33º85.71%75.29%-
HSV(B)258.33º43.9%96.47%-
XYZ42.5233.4991.41-
YUV160.18176.43135.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 246 (96.48% from 255) = 44.32%
R=30.81%
G=24.86%
B=44.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711382460.300.4400.04258.3385.7175.29
HexAB8AF61E2C04102564b
Octal253212366365404402126113
Binary10101011100010101111011011110101100010010000001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AF6; }

 p { color: rgb(171,138,246); }

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

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

 a { background-color: rgb(171,138,246); }

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

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

 span { border-color: rgb(171,138,246); }

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