#AB9AF0

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

Shades of Biloba Flower #AB9AF0

Tints of Biloba Flower #AB9AF0

Color information

#AB9AF0 (or 0xAB9AF0) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and F0. RGB value is (171,154,240). Sum of RGB (Red+Green+Blue) = 171+154+240=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB9AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AF0 is #54650F. Grayscale: #A8A8A8. Windows color (decimal): -5530896 or 15768235. OLE color: 15768235.

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

Color convert

RGB171154240-
CMYK0.290.3600.06
HSL251.86º74.14%77.25%-
HSV(B)251.86º35.83%94.12%-
XYZ44.0838.0687.46-
YUV168.89168.13129.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=30.27%
G=27.26%
B=42.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711542400.290.3600.06251.8674.1477.25
HexAB9AF01D2406fc4a4d
Octal253232360354406374112115
Binary1010101110011010111100001110110010001101111110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AF0; }

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

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

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

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

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

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

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

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