#ABA0C9

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

Shades of Biloba Flower #ABA0C9

Tints of Biloba Flower #ABA0C9

Color information

#ABA0C9 (or 0xABA0C9) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and C9. RGB value is (171,160,201). Sum of RGB (Red+Green+Blue) = 171+160+201=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C9 is #545F36. Grayscale: #A7A7A7. Windows color (decimal): -5529399 or 13213867. OLE color: 13213867.

HSL color Cylindrical-coordinate representation of color #ABA0C9: hue angle of 256.1º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA0C9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171160201-
CMYK0.150.2000.21
HSL256.1º27.52%70.78%-
HSV(B)256.1º20.4%78.82%-
XYZ39.9138.0260.49-
YUV167.96146.64130.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=32.14%
G=30.08%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711602010.150.2000.21256.127.5270.78
HexABA0C9F140151001c47
Octal253240311172402540034107
Binary101010111010000011001001111110100010101100000000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0C9; }

 p { color: rgb(171,160,201); }

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

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

 a { background-color: rgb(171,160,201); }

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

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

 span { border-color: rgb(171,160,201); }

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