#AB97CD

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

Shades of Biloba Flower #AB97CD

Tints of Biloba Flower #AB97CD

Color information

#AB97CD (or 0xAB97CD) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and CD. RGB value is (171,151,205). Sum of RGB (Red+Green+Blue) = 171+151+205=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97CD is #546832. Grayscale: #A2A2A2. Windows color (decimal): -5531699 or 13473707. OLE color: 13473707.

HSL color Cylindrical-coordinate representation of color #AB97CD: hue angle of 262.22º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB97CD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171151205-
CMYK0.170.2600.20
HSL262.22º35.06%69.8%-
HSV(B)262.22º26.34%80.39%-
XYZ38.8835.262.5-
YUV163.14151.63133.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=32.45%
G=28.65%
B=38.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711512050.170.2600.20262.2235.0669.8
HexAB97CD111A0141062346
Octal253227315213202440643106
Binary10101011100101111100110110001110100101001000001101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97CD; }

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

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

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

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

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

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

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

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