#AB94FC

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

Shades of Biloba Flower #AB94FC

Tints of Biloba Flower #AB94FC

Color information

#AB94FC (or 0xAB94FC) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and FC. RGB value is (171,148,252). Sum of RGB (Red+Green+Blue) = 171+148+252=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB94FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94FC is #546B03. Grayscale: #A6A6A6. Windows color (decimal): -5532420 or 16553131. OLE color: 16553131.

HSL color Cylindrical-coordinate representation of color #AB94FC: hue angle of 253.27º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB94FC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171148252-
CMYK0.320.4100.01
HSL253.27º94.55%78.43%-
HSV(B)253.27º41.27%98.82%-
XYZ44.9636.8796.84-
YUV166.73176.12131.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=29.95%
G=25.92%
B=44.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711482520.320.4100.01253.2794.5578.43
HexAB94FC202901fd5f4e
Octal253224374405101375137116
Binary101010111001010011111100100000101001011111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94FC; }

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

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

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

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

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

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

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

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