#AB94F7

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

Shades of Biloba Flower #AB94F7

Tints of Biloba Flower #AB94F7

Color information

#AB94F7 (or 0xAB94F7) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and F7. RGB value is (171,148,247). Sum of RGB (Red+Green+Blue) = 171+148+247=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB94F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94F7 is #546B08. Grayscale: #A5A5A5. Windows color (decimal): -5532425 or 16225451. OLE color: 16225451.

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

Color convert

RGB171148247-
CMYK0.310.4000.03
HSL253.94º86.09%77.45%-
HSV(B)253.94º40.08%96.86%-
XYZ44.1736.5592.72-
YUV166.16173.62131.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=30.21%
G=26.15%
B=43.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711482470.310.4000.03253.9486.0977.45
HexAB94F71F2803fe564d
Octal253224367375003376126115
Binary101010111001010011110111111111010000111111111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94F7; }

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

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

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

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

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

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

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

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