#AB9ACE

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

Shades of Biloba Flower #AB9ACE

Tints of Biloba Flower #AB9ACE

Color information

#AB9ACE (or 0xAB9ACE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and CE. RGB value is (171,154,206). Sum of RGB (Red+Green+Blue) = 171+154+206=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ACE is #546531. Grayscale: #A4A4A4. Windows color (decimal): -5530930 or 13540011. OLE color: 13540011.

HSL color Cylindrical-coordinate representation of color #AB9ACE: hue angle of 259.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9ACE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171154206-
CMYK0.170.2500.19
HSL259.62º34.67%70.59%-
HSV(B)259.62º25.24%80.78%-
XYZ39.4936.2363.3-
YUV165.01151.13132.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=32.20%
G=29.00%
B=38.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711542060.170.2500.19259.6234.6770.59
HexAB9ACE11190131042347
Octal253232316213102340443107
Binary10101011100110101100111010001110010100111000001001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ACE; }

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

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

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

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

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

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

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

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