#AB93F8

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

Shades of Biloba Flower #AB93F8

Tints of Biloba Flower #AB93F8

Color information

#AB93F8 (or 0xAB93F8) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and F8. RGB value is (171,147,248). Sum of RGB (Red+Green+Blue) = 171+147+248=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB93F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93F8 is #546C07. Grayscale: #A5A5A5. Windows color (decimal): -5532680 or 16290731. OLE color: 16290731.

HSL color Cylindrical-coordinate representation of color #AB93F8: hue angle of 254.26º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB93F8 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171147248-
CMYK0.310.4100.03
HSL254.26º87.83%77.45%-
HSV(B)254.26º40.73%97.25%-
XYZ44.1736.393.49-
YUV165.69174.45131.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 248 (97.27% from 255) = 43.82%
R=30.21%
G=25.97%
B=43.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711472480.310.4100.03254.2687.8377.45
HexAB93F81F2903fe584d
Octal253223370375103376130115
Binary101010111001001111111000111111010010111111111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93F8; }

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

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

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

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

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

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

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

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