#AB90F7

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

Shades of Biloba Flower #AB90F7

Tints of Biloba Flower #AB90F7

Color information

#AB90F7 (or 0xAB90F7) is unknown color: approx Biloba Flower. HEX triplet: AB, 90 and F7. RGB value is (171,144,247). Sum of RGB (Red+Green+Blue) = 171+144+247=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB90F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90F7 is #546F08. Grayscale: #A3A3A3. Windows color (decimal): -5533449 or 16224427. OLE color: 16224427.

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

Color convert

RGB171144247-
CMYK0.310.4200.03
HSL255.73º86.55%76.67%-
HSV(B)255.73º41.7%96.86%-
XYZ43.5635.3292.52-
YUV163.82174.95133.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=30.43%
G=25.62%
B=43.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711442470.310.4200.03255.7386.5576.67
HexAB90F71F2A03100574d
Octal253220367375203400127115
Binary1010101110010000111101111111110101001110000000010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90F7; }

 p { color: rgb(171,144,247); }

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

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

 a { background-color: rgb(171,144,247); }

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

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

 span { border-color: rgb(171,144,247); }

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