#AB8FF6

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

Shades of Biloba Flower #AB8FF6

Tints of Biloba Flower #AB8FF6

Color information

#AB8FF6 (or 0xAB8FF6) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and F6. RGB value is (171,143,246). Sum of RGB (Red+Green+Blue) = 171+143+246=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB8FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FF6 is #547009. Grayscale: #A2A2A2. Windows color (decimal): -5533706 or 16158635. OLE color: 16158635.

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

Color convert

RGB171143246-
CMYK0.300.4200.04
HSL256.31º85.12%76.27%-
HSV(B)256.31º41.87%96.47%-
XYZ43.2534.9691.66-
YUV163.11174.78133.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=30.54%
G=25.54%
B=43.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711432460.300.4200.04256.3185.1276.27
HexAB8FF61E2A04100554c
Octal253217366365204400125114
Binary10101011100011111111011011110101010010010000000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FF6; }

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

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

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

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

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

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

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

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