#AB9AC2

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

Shades of Biloba Flower #AB9AC2

Tints of Biloba Flower #AB9AC2

Color information

#AB9AC2 (or 0xAB9AC2) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and C2. RGB value is (171,154,194). Sum of RGB (Red+Green+Blue) = 171+154+194=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9AC2 is #54653D. Grayscale: #A3A3A3. Windows color (decimal): -5530942 or 12753579. OLE color: 12753579.

HSL color Cylindrical-coordinate representation of color #AB9AC2: hue angle of 265.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9AC2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171154194-
CMYK0.120.2100.24
HSL265.5º24.69%68.24%-
HSV(B)265.5º20.62%76.08%-
XYZ38.0935.6655.92-
YUV163.64145.13133.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=32.95%
G=29.67%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711541940.120.2100.24265.524.6968.24
HexAB9AC2C1501810a1944
Octal253232302142503041231104
Binary101010111001101011000010110010101011000100001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AC2; }

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

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

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

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

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

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

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

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