#AB9AEC

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

Shades of Biloba Flower #AB9AEC

Tints of Biloba Flower #AB9AEC

Color information

#AB9AEC (or 0xAB9AEC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and EC. RGB value is (171,154,236). Sum of RGB (Red+Green+Blue) = 171+154+236=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB9AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AEC is #546513. Grayscale: #A8A8A8. Windows color (decimal): -5530900 or 15506091. OLE color: 15506091.

HSL color Cylindrical-coordinate representation of color #AB9AEC: hue angle of 252.44º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB9AEC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171154236-
CMYK0.280.3500.07
HSL252.44º68.33%76.47%-
HSV(B)252.44º34.75%92.55%-
XYZ43.4937.8384.37-
YUV168.43166.13129.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=30.48%
G=27.45%
B=42.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711542360.280.3500.07252.4468.3376.47
HexAB9AEC1C2307fc444c
Octal253232354344307374104114
Binary1010101110011010111011001110010001101111111110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AEC; }

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

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

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

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

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

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

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

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