#AB8BFA

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

Shades of Biloba Flower #AB8BFA

Tints of Biloba Flower #AB8BFA

Color information

#AB8BFA (or 0xAB8BFA) is unknown color: approx Biloba Flower. HEX triplet: AB, 8B and FA. RGB value is (171,139,250). Sum of RGB (Red+Green+Blue) = 171+139+250=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFA is #547405. Grayscale: #A0A0A0. Windows color (decimal): -5534726 or 16419755. OLE color: 16419755.

HSL color Cylindrical-coordinate representation of color #AB8BFA: hue angle of 257.3º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8BFA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171139250-
CMYK0.320.4400.02
HSL257.3º91.74%76.27%-
HSV(B)257.3º44.4%98.04%-
XYZ43.2834.0394.73-
YUV161.22178.1134.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=30.54%
G=24.82%
B=44.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711392500.320.4400.02257.391.7476.27
HexAB8BFA202C021015c4c
Octal253213372405402401134114
Binary10101011100010111111101010000010110001010000000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BFA; }

 p { color: rgb(171,139,250); }

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

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

 a { background-color: rgb(171,139,250); }

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

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

 span { border-color: rgb(171,139,250); }

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