#AB93F0

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

Shades of Biloba Flower #AB93F0

Tints of Biloba Flower #AB93F0

Color information

#AB93F0 (or 0xAB93F0) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and F0. RGB value is (171,147,240). Sum of RGB (Red+Green+Blue) = 171+147+240=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93F0 is #546C0F. Grayscale: #A4A4A4. Windows color (decimal): -5532688 or 15766443. OLE color: 15766443.

HSL color Cylindrical-coordinate representation of color #AB93F0: hue angle of 255.48º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB93F0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171147240-
CMYK0.290.3900.06
HSL255.48º75.61%75.88%-
HSV(B)255.48º38.75%94.12%-
XYZ42.9635.8287.09-
YUV164.78170.45132.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=30.65%
G=26.34%
B=43.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711472400.290.3900.06255.4875.6175.88
HexAB93F01D2706ff4c4c
Octal253223360354706377114114
Binary1010101110010011111100001110110011101101111111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93F0; }

 p { color: rgb(171,147,240); }

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

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

 a { background-color: rgb(171,147,240); }

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

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

 span { border-color: rgb(171,147,240); }

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