#AB8DFE

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

Shades of Biloba Flower #AB8DFE

Tints of Biloba Flower #AB8DFE

Color information

#AB8DFE (or 0xAB8DFE) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and FE. RGB value is (171,141,254). Sum of RGB (Red+Green+Blue) = 171+141+254=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFE is #547201. Grayscale: #A2A2A2. Windows color (decimal): -5534210 or 16682411. OLE color: 16682411.

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

Color convert

RGB171141254-
CMYK0.330.4400.00
HSL255.93º98.26%77.45%-
HSV(B)255.93º44.49%99.61%-
XYZ44.2134.8698.17-
YUV162.85179.44133.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=30.21%
G=24.91%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711412540.330.4400.00255.9398.2677.45
HexAB8DFE212C00100624d
Octal253215376415400400142115
Binary1010101110001101111111101000011011000010000000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DFE; }

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

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

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

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

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

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

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

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