#ab8efd

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

Shades of Biloba Flower #AB8EFD

Tints of Biloba Flower #AB8EFD

Color information

#AB8EFD (or 0xAB8EFD) is unknown color: approx Biloba Flower. HEX triplet: AB, 8E and FD. RGB value is (171,142,253). Sum of RGB (Red+Green+Blue) = 171+142+253=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB8EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EFD is #547102. Grayscale: #A2A2A2. Windows color (decimal): -5533955 or 16617131. OLE color: 16617131.

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

Color convert

RGB171142253-
CMYK0.320.4400.01
HSL255.68º96.52%77.45%-
HSV(B)255.68º43.87%99.22%-
XYZ44.235.197.37-
YUV163.33178.61133.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=30.21%
G=25.09%
B=44.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711422530.320.4400.01255.6896.5277.45
HexAB8EFD202C01100614d
Octal253216375405401400141115
Binary1010101110001110111111011000001011000110000000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8efd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8efd; }

 p { color: rgb(171,142,253); }

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

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

 a { background-color: rgb(171,142,253); }

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

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

 span { border-color: rgb(171,142,253); }

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