#AB97C6

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

Shades of Biloba Flower #AB97C6

Tints of Biloba Flower #AB97C6

Color information

#AB97C6 (or 0xAB97C6) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and C6. RGB value is (171,151,198). Sum of RGB (Red+Green+Blue) = 171+151+198=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB97C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97C6 is #546839. Grayscale: #A2A2A2. Windows color (decimal): -5531706 or 13014955. OLE color: 13014955.

HSL color Cylindrical-coordinate representation of color #AB97C6: hue angle of 265.53º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB97C6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171151198-
CMYK0.140.2400.22
HSL265.53º29.19%68.43%-
HSV(B)265.53º23.74%77.65%-
XYZ38.0534.8758.15-
YUV162.34148.13134.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=32.88%
G=29.04%
B=38.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711511980.140.2400.22265.5329.1968.43
HexAB97C6E1801610a1d44
Octal253227306163002641235104
Binary101010111001011111000110111011000010110100001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97C6; }

 p { color: rgb(171,151,198); }

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

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

 a { background-color: rgb(171,151,198); }

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

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

 span { border-color: rgb(171,151,198); }

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