#AB9CFC

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

Shades of Biloba Flower #AB9CFC

Tints of Biloba Flower #AB9CFC

Color information

#AB9CFC (or 0xAB9CFC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and FC. RGB value is (171,156,252). Sum of RGB (Red+Green+Blue) = 171+156+252=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CFC is #546303. Grayscale: #ABABAB. Windows color (decimal): -5530372 or 16555179. OLE color: 16555179.

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

Color convert

RGB171156252-
CMYK0.320.3800.01
HSL249.38º94.12%80%-
HSV(B)249.38º38.1%98.82%-
XYZ46.2539.4697.27-
YUV171.43173.47127.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=29.53%
G=26.94%
B=43.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711562520.320.3800.01249.3894.1280
HexAB9CFC202601f95e50
Octal253234374404601371136120
Binary101010111001110011111100100000100110011111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CFC; }

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

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

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

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

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

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

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

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