#AB9CEC

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

Shades of Biloba Flower #AB9CEC

Tints of Biloba Flower #AB9CEC

Color information

#AB9CEC (or 0xAB9CEC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and EC. RGB value is (171,156,236). Sum of RGB (Red+Green+Blue) = 171+156+236=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CEC is #546313. Grayscale: #A9A9A9. Windows color (decimal): -5530388 or 15506603. OLE color: 15506603.

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

Color convert

RGB171156236-
CMYK0.280.3400.07
HSL251.25º67.8%76.86%-
HSV(B)251.25º33.9%92.55%-
XYZ43.8238.4984.48-
YUV169.6165.47129-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=30.37%
G=27.71%
B=41.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711562360.280.3400.07251.2567.876.86
HexAB9CEC1C2207fb444d
Octal253234354344207373104115
Binary1010101110011100111011001110010001001111111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CEC; }

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

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

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

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

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

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

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

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