#AB9AF9

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

Shades of Biloba Flower #AB9AF9

Tints of Biloba Flower #AB9AF9

Color information

#AB9AF9 (or 0xAB9AF9) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and F9. RGB value is (171,154,249). Sum of RGB (Red+Green+Blue) = 171+154+249=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB9AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AF9 is #546506. Grayscale: #A9A9A9. Windows color (decimal): -5530887 or 16358059. OLE color: 16358059.

HSL color Cylindrical-coordinate representation of color #AB9AF9: hue angle of 250.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9AF9 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171154249-
CMYK0.310.3800.02
HSL250.74º88.79%79.02%-
HSV(B)250.74º38.15%97.65%-
XYZ45.4538.6194.68-
YUV169.91172.63128.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=29.79%
G=26.83%
B=43.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711542490.310.3800.02250.7488.7979.02
HexAB9AF91F2602fb594f
Octal253232371374602373131117
Binary101010111001101011111001111111001100101111101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AF9; }

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

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

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

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

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

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

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

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