#AB8DFA

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

Shades of Biloba Flower #AB8DFA

Tints of Biloba Flower #AB8DFA

Color information

#AB8DFA (or 0xAB8DFA) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and FA. RGB value is (171,141,250). Sum of RGB (Red+Green+Blue) = 171+141+250=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFA is #547205. Grayscale: #A1A1A1. Windows color (decimal): -5534214 or 16420267. OLE color: 16420267.

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

Color convert

RGB171141250-
CMYK0.320.4400.02
HSL256.51º91.6%76.67%-
HSV(B)256.51º43.6%98.04%-
XYZ43.5734.6194.83-
YUV162.4177.44134.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=30.43%
G=25.09%
B=44.48%

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
Decimal1711412500.320.4400.02256.5191.676.67
HexAB8DFA202C021015c4d
Octal253215372405402401134115
Binary10101011100011011111101010000010110001010000000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DFA; }

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

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

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

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

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

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

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

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